Package org.jboss.jandex
Class Indexer.TypeAnnotationState
- java.lang.Object
-
- org.jboss.jandex.Indexer.TypeAnnotationState
-
- Enclosing class:
- Indexer
private static class Indexer.TypeAnnotationState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationInstance
annotation
private boolean
bridgeIncompatible
private boolean
genericsRequired
private Indexer.PathElementStack
pathElements
private TypeTarget
target
-
Constructor Summary
Constructors Constructor Description TypeAnnotationState(TypeTarget target, AnnotationInstance annotation, java.util.ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)
-
-
-
Field Detail
-
target
private final TypeTarget target
-
annotation
private final AnnotationInstance annotation
-
genericsRequired
private final boolean genericsRequired
-
bridgeIncompatible
private final boolean bridgeIncompatible
-
pathElements
private final Indexer.PathElementStack pathElements
-
-
Constructor Detail
-
TypeAnnotationState
TypeAnnotationState(TypeTarget target, AnnotationInstance annotation, java.util.ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)
-
-