Package org.codehaus.janino
Interface Java.Annotation
-
- All Superinterfaces:
Java.ElementValue
- All Known Implementing Classes:
Java.MarkerAnnotation
,Java.NormalAnnotation
,Java.SingleElementAnnotation
- Enclosing class:
- Java
public static interface Java.Annotation extends Java.ElementValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Visitor.AnnotationVisitor visitor)
Java.Type
getType()
void
setEnclosingScope(Java.Scope enclosingScope)
-
Methods inherited from interface org.codehaus.janino.Java.ElementValue
accept
-
-
-
-
Method Detail
-
accept
void accept(Visitor.AnnotationVisitor visitor)
-
setEnclosingScope
void setEnclosingScope(Java.Scope enclosingScope)
-
getType
Java.Type getType()
-
-