Uses of Interface
org.codehaus.janino.Java.Annotation
Packages that use Java.Annotation
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.Annotation in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.AnnotationModifier and TypeClassDescriptionstatic class
Convenience class.static final class
Representation of a "marker annotation", i.e.static final class
A "normal annotation", i.e.static final class
Representation of a "single-element annotation", i.e.Fields in org.codehaus.janino declared as Java.AnnotationModifier and TypeFieldDescriptionfinal Java.Annotation[]
Java.ReferenceType.annotations
The "type annotations" of this type, see JLS9, 9.7.4.Methods in org.codehaus.janino that return Java.AnnotationModifier and TypeMethodDescriptionJava.AbstractTypeBodyDeclaration.getAnnotations()
Java.AbstractTypeDeclaration.getAnnotations()
Java.Annotatable.getAnnotations()
Java.FieldDeclaration.getAnnotations()
Java.FunctionDeclarator.getAnnotations()
Java.PackageMemberInterfaceDeclaration.getAnnotations()
Methods in org.codehaus.janino with parameters of type Java.AnnotationConstructors in org.codehaus.janino with parameters of type Java.AnnotationModifierConstructorDescriptionReferenceType
(Location location, Java.Annotation[] annotations, String[] identifiers, Java.TypeArgument[] typeArguments) -
Uses of Java.Annotation in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return Java.AnnotationModifier and TypeMethodDescriptionDeepCopier.copyAnnotation
(Java.Annotation subject) DeepCopier.copyAnnotations
(Java.Annotation[] subject) DeepCopier.copyMarkerAnnotation
(Java.MarkerAnnotation subject) DeepCopier.copyNormalAnnotation
(Java.NormalAnnotation subject) DeepCopier.copySingleElementAnnotation
(Java.SingleElementAnnotation subject) Methods in org.codehaus.janino.util with parameters of type Java.AnnotationModifier and TypeMethodDescriptionDeepCopier.copyAnnotation
(Java.Annotation subject) DeepCopier.copyAnnotations
(Java.Annotation[] subject) void
AbstractTraverser.traverseAnnotation
(Java.Annotation a) void
Traverser.traverseAnnotation
(Java.Annotation a) void
AbstractTraverser.visitAnnotation
(Java.Annotation a) void
Traverser.visitAnnotation
(Java.Annotation a)