| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement<O> |
JavaAnnotation.getAnnotationElement(String name)
Get the
AnnotationElement with the given name and return it, otherwise, return null. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends AnnotationElement<O>> |
JavaAnnotation.getAnnotationElements()
Get a list of all
AnnotationElements declared by this JavaAnnotation, or return an empty list if
no AnnotationElements are declared. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaAnnotation.hasAnnotationElement(AnnotationElement<?> annotationElement)
Return whether or not this
JavaAnnotation declares the given AnnotationElement instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationElementSource
Represents an element definition of a
JavaAnnotationSource. |
| Modifier and Type | Method and Description |
|---|---|
JavaAnnotationSource |
JavaAnnotationSource.removeAnnotationElement(AnnotationElement<?> annotationElement)
Remove the given
AnnotationElement from this JavaAnnotationSource instance, if it exists;
otherwise, do nothing. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.