Uses of Interface
org.codehaus.janino.util.Annotatable
Packages that use Annotatable
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Annotatable in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type AnnotatableModifier and TypeMethodDescriptionprivate void
UnitCompiler.compileAnnotations
(Java.Annotation[] annotations, Annotatable target, ClassFile cf) Converts and adds the annotations to the target. -
Uses of Annotatable in org.codehaus.janino.util
Classes in org.codehaus.janino.util that implement AnnotatableModifier and TypeClassDescriptionclass
An object that implements the Java "class file" format.class
Representation of a "method_info" structure, as defined by JVMS7 4.5.class
Representation of a "method_info" structure, as defined by JVMS7 4.6.