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 classConvenience class.static final classRepresentation of a "marker annotation", i.e.static final classA "normal annotation", i.e.static final classRepresentation of a "single-element annotation", i.e.Fields in org.codehaus.janino declared as Java.AnnotationModifier and TypeFieldDescriptionfinal Java.Annotation[]Java.ReferenceType.annotationsThe "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) voidAbstractTraverser.traverseAnnotation(Java.Annotation a) voidTraverser.traverseAnnotation(Java.Annotation a) voidAbstractTraverser.visitAnnotation(Java.Annotation a) voidTraverser.visitAnnotation(Java.Annotation a)