Package org.jboss.jandex
Class Indexer.TypeAnnotationState
java.lang.Object
org.jboss.jandex.Indexer.TypeAnnotationState
- Enclosing class:
Indexer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnnotationInstance
private final boolean
private final boolean
private final Indexer.PathElementStack
private final TypeTarget
-
Constructor Summary
ConstructorsConstructorDescriptionTypeAnnotationState
(TypeTarget target, AnnotationInstance annotation, ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible) -
Method Summary
-
Field Details
-
target
-
annotation
-
genericsRequired
private final boolean genericsRequired -
bridgeIncompatible
private final boolean bridgeIncompatible -
pathElements
-
-
Constructor Details
-
TypeAnnotationState
TypeAnnotationState(TypeTarget target, AnnotationInstance annotation, ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)
-