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