Class AnnotationFinder
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.AnnotationFinder
-
public class AnnotationFinder extends Object
Searches for transitive annotations associated with interceptor bindings in a given Java package. Some of these operations can be expensive, so their results should be cached. For example, a new annotation@TimedRetryis itself annotated by@Timeoutand@Retry, and both need to be found if a method uses@TimedRetryinstead.