public class AnnotationFinder<A extends Annotation> extends Object
Constructor and Description |
---|
AnnotationFinder(Iterable<Class<?>> classes,
Class<A> annotationClass) |
Modifier and Type | Method and Description |
---|---|
Map<AnnotatedElement,A> |
findAll() |
static <B extends Annotation> |
newFinder(Iterable<Class<?>> classes,
Class<B> annotationClass) |
public static <B extends Annotation> AnnotationFinder<B> newFinder(Iterable<Class<?>> classes, Class<B> annotationClass)
public Map<AnnotatedElement,A> findAll()
Copyright © 2002-2022 Atlassian. All Rights Reserved.