@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface TxConfigSupport
InTransaction) in order to apply specified configuration.
Note that transactional annotation may not provide any configurations and in this case default transaction configuration will be always used.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends TxConfigFactory> |
value
Note that bean will be obtained from guice context to be able to use injections.
|
public abstract java.lang.Class<? extends TxConfigFactory> value