private static class Indexer.TypeAnnotationState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AnnotationInstance |
annotation |
private boolean |
genericsRequired |
private Indexer.PathElementStack |
pathElements |
private TypeTarget |
target |
Constructor and Description |
---|
TypeAnnotationState(TypeTarget target,
AnnotationInstance annotation,
java.util.ArrayList<Indexer.PathElement> pathElements,
boolean genericsRequired) |
private final TypeTarget target
private final AnnotationInstance annotation
private final boolean genericsRequired
private final Indexer.PathElementStack pathElements
public TypeAnnotationState(TypeTarget target, AnnotationInstance annotation, java.util.ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired)