spring-framework/spring-tx
Juergen Hoeller e3a9826e56 Bypass method traversal for annotation introspection if possible
The isCandidateClass mechanism is consistently used for a bypass check before method traversal attempts. While by default this is only bypassing standard java types, the same mechanism can be used with index metadata which indicates non-presence of certain annotations.

See gh-22420
2019-03-12 00:12:22 +01:00
..
src Bypass method traversal for annotation introspection if possible 2019-03-12 00:12:22 +01:00
spring-tx.gradle TransactionActionSupport evaluates Vavr Try failure as rollback-only 2019-02-11 11:45:43 +01:00