Uses of Class
org.codehaus.janino.Java.NormalAnnotation
Packages that use Java.NormalAnnotation
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.NormalAnnotation in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Java.NormalAnnotationModifier and TypeMethodDescriptionVisitor.AnnotationVisitor.visitNormalAnnotation
(Java.NormalAnnotation na) Invoked byaccept(Visitor.AnnotationVisitor)
-
Uses of Java.NormalAnnotation in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.NormalAnnotationModifier and TypeMethodDescriptionDeepCopier.copyNormalAnnotation
(Java.NormalAnnotation subject) void
AbstractTraverser.traverseNormalAnnotation
(Java.NormalAnnotation na) void
Traverser.traverseNormalAnnotation
(Java.NormalAnnotation na)