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 voidUnitCompiler. 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 classClassFileAn object that implements the Java "class file" format.classClassFile.FieldInfoRepresentation of a "method_info" structure, as defined by JVMS7 4.5.classClassFile.MethodInfoRepresentation of a "method_info" structure, as defined by JVMS7 4.6.
-