Uses of Interface
org.codehaus.janino.util.Annotatable
-
Packages that use Annotatable Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Annotatable in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Annotatable Modifier and Type Method Description private 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 Annotatable Modifier and Type Class Description class
ClassFile
An object that implements the Java "class file" format.class
ClassFile.FieldInfo
Representation of a "method_info" structure, as defined by JVMS7 4.5.class
ClassFile.MethodInfo
Representation of a "method_info" structure, as defined by JVMS7 4.6.
-