| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
Annotation<O> |
AnnotationElement.ReadDefaultValue.getAnnotation() |
Annotation<O> |
AnnotationTarget.getAnnotation(Class<? extends Annotation> type)
Returns the annotation bound of the given type in this
AnnotationTarget or null if it doesn't exist |
Annotation<O> |
AnnotationTarget.getAnnotation(String type)
Returns the annotation bound of the given type in this
AnnotationTarget or null if it doesn't exist |
Annotation<O>[] |
Annotation.getAnnotationArrayValue() |
Annotation<O>[] |
Annotation.getAnnotationArrayValue(String name) |
Annotation<O> |
Annotation.getAnnotationValue() |
Annotation<O> |
Annotation.getAnnotationValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Annotation<O>> |
AnnotationTarget.getAnnotations()
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationSource<O extends JavaType<O>>
Represents an annotation on some Java source element.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AnnotationTargetSource.removeAnnotation(Annotation<O> annotation)
Remove an annotation instance from this
T. |
AnnotationSource<O> |
AnnotationSource.removeAnnotationValue(Annotation<O> element)
Remove
element from the array of values associated with the "value" annotation element. |
AnnotationSource<O> |
AnnotationSource.removeAnnotationValue(String name,
Annotation<O> element)
Remove
element from the array of values associated with the specified annotation element. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.