|
Java Annotation Indexer 1.0.0.Final | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnnotationTarget in org.jboss.jandex |
---|
Classes in org.jboss.jandex that implement AnnotationTarget | |
---|---|
class |
ClassInfo
Represents a class entry in an index. |
class |
FieldInfo
Represents a field that was annotated. |
class |
MethodInfo
Represents a Java method that was annotated. |
class |
MethodParameterInfo
Represents an individual Java method parameter that was annotated. |
Methods in org.jboss.jandex that return AnnotationTarget | |
---|---|
AnnotationTarget |
AnnotationInstance.target()
The Java element that this annotation was declared on. |
Methods in org.jboss.jandex with parameters of type AnnotationTarget | |
---|---|
static AnnotationInstance |
AnnotationInstance.create(DotName name,
AnnotationTarget target,
AnnotationValue[] values)
Construct a new mock annotation instance. |
static AnnotationInstance |
AnnotationInstance.create(DotName name,
AnnotationTarget target,
List<AnnotationValue> values)
Construct a new mock annotation instance. |
|
Java Annotation Indexer 1.0.0.Final | ||||||||
PREV NEXT | FRAMES NO FRAMES |