Java.ElementValueJava.MarkerAnnotation, Java.NormalAnnotation, Java.SingleElementAnnotationpublic static interface Java.Annotation extends Java.ElementValue
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor.AnnotationVisitor visitor) |
|
Java.Type |
getType() |
|
void |
setEnclosingScope(Java.Scope enclosingScope) |
Sets the enclosing scope for this annotation.
|
acceptvoid accept(Visitor.AnnotationVisitor visitor)
void setEnclosingScope(Java.Scope enclosingScope)
Java.Type getType()
Copyright © 2001–2019. All rights reserved.