|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Annotation | |
|---|---|
| org.jboss.forge.parser.java | |
| Uses of Annotation in org.jboss.forge.parser.java |
|---|
| Methods in org.jboss.forge.parser.java that return Annotation | |
|---|---|
Annotation<O> |
AnnotationTarget.addAnnotation()
Add a new annotation instance to this T. |
Annotation<O> |
AnnotationTarget.addAnnotation(Class<? extends Annotation> type)
Add a new annotation instance to this T, using the given
Class as the annotation type. |
Annotation<O> |
AnnotationTarget.addAnnotation(String className)
Add a new annotation instance to this T, using the given
String className as the annotation type. |
Annotation<O> |
AnnotationTarget.getAnnotation(Class<? extends Annotation> type)
|
Annotation<O> |
AnnotationTarget.getAnnotation(String type)
|
Annotation<O> |
Annotation.removeAllValues()
|
Annotation<O> |
Annotation.removeValue(String name)
|
Annotation<O> |
Annotation.setEnumValue(Enum<?> value)
|
Annotation<O> |
Annotation.setEnumValue(String name,
Enum<?> value)
|
Annotation<O> |
Annotation.setLiteralValue(String value)
|
Annotation<O> |
Annotation.setLiteralValue(String name,
String value)
|
Annotation<O> |
Annotation.setName(String className)
|
Annotation<O> |
Annotation.setStringValue(String value)
|
Annotation<O> |
Annotation.setStringValue(String name,
String value)
|
| Methods in org.jboss.forge.parser.java that return types with arguments of type Annotation | |
|---|---|
List<Annotation<O>> |
AnnotationTarget.getAnnotations()
|
| Methods in org.jboss.forge.parser.java with parameters of type Annotation | |
|---|---|
T |
AnnotationTarget.removeAnnotation(Annotation<O> annotation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||