Package com.norconex.crawler.core.util
Class ExtensibleAnnotationFinder
java.lang.Object
com.norconex.crawler.core.util.ExtensibleAnnotationFinder
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends Annotation>
Optional<A> find(AnnotatedElement element, @NonNull Class<A> target)
-
Method Details
-
find
public static <A extends Annotation> Optional<A> find(AnnotatedElement element, @NonNull @NonNull Class<A> target)
-