| java.lang.Object org.codehaus.aspectwerkz.annotation.AnnotationC
AnnotationC | public class AnnotationC (Code) | | Annotation compiler. Extracts the annotations from JavaDoc tags and inserts them into the bytecode of the
class.
author: Jonas BonŽr author: Alexandre Vasseur |
Method Summary | |
public static void | compile(boolean verbose, String[] srcDirs, String[] srcFiles, String[] classpath, String destDir, String[] annotationPropertiesFiles) Compiles the annotations. | public static void | main(String[] args) Runs the compiler from the command line. |
ANNOTATION_DEFINITION | final public static Properties ANNOTATION_DEFINITION(Code) | | The annotations properties file define by the user.
|
SYSTEM_ANNOTATIONS | final static String[] SYSTEM_ANNOTATIONS(Code) | | |
compile | public static void compile(boolean verbose, String[] srcDirs, String[] srcFiles, String[] classpath, String destDir, String[] annotationPropertiesFiles)(Code) | | Compiles the annotations.
Parameters: verbose - Parameters: srcDirs - Parameters: srcFiles - Parameters: classpath - Parameters: destDir - Parameters: annotationPropertiesFiles - |
main | public static void main(String[] args)(Code) | | Runs the compiler from the command line.
Parameters: args - |
|
|