T - annotation typepublic interface TxConfigFactory<T extends java.lang.annotation.Annotation>
TxConfigSupport directly on target annotation class.
IMPORTANT: Factory is obtained from guice context so prefer annotating it with Singleton
to avoid redundant instantiations (if factory is stateless).
Resolved config is cached for target method to avoid duplicate resolutions.
TransactionalInterceptor| Modifier and Type | Method and Description |
|---|---|
TxConfig |
build(T annotation) |