| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationTarget |
AnnotationInstance.target()
The Java element that this annotation was declared on.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.