| 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) |
Annotation<O> |
AnnotationTarget.getAnnotation(String type) |
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) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.