Class AnnotationIndex
- java.lang.Object
-
- org.wildfly.experimental.api.classpath.index.AnnotationIndex
-
- Direct Known Subclasses:
JarAnnotationIndex
public class AnnotationIndex extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnnotationIndex(String annotationName, Set<String> annotatedInterfaces, Set<String> annotatedClasses, Set<String> annotatedAnnotations, Set<org.wildfly.experimental.api.classpath.index.AnnotatedMethod> annotatedMethods, Set<org.wildfly.experimental.api.classpath.index.AnnotatedConstructor> annotatedConstructors, Set<org.wildfly.experimental.api.classpath.index.AnnotatedField> annotatedFields)
-
-
-
Constructor Detail
-
AnnotationIndex
protected AnnotationIndex(String annotationName, Set<String> annotatedInterfaces, Set<String> annotatedClasses, Set<String> annotatedAnnotations, Set<org.wildfly.experimental.api.classpath.index.AnnotatedMethod> annotatedMethods, Set<org.wildfly.experimental.api.classpath.index.AnnotatedConstructor> annotatedConstructors, Set<org.wildfly.experimental.api.classpath.index.AnnotatedField> annotatedFields)
-
-