org.codehaus.aspectwerkz.annotation
Class AnnotationC
java.lang.Object
org.codehaus.aspectwerkz.annotation.AnnotationC
public class AnnotationC
- extends Object
Annotation compiler. Extracts the annotations from JavaDoc tags and inserts them into the bytecode of the
class.
- Author:
- Jonas Bonr , Alexandre Vasseur
Method Summary |
static void |
compile(boolean verbose,
String[] srcDirs,
String[] srcFiles,
String[] classpath,
String destDir,
String[] annotationPropertiesFiles)
Compiles the annotations. |
static void |
main(String[] args)
Runs the compiler from the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANNOTATION_DEFINITION
public static final Properties ANNOTATION_DEFINITION
- The annotations properties file define by the user.
AnnotationC
public AnnotationC()
main
public static void main(String[] args)
- Runs the compiler from the command line.
- Parameters:
args
-
compile
public static void compile(boolean verbose,
String[] srcDirs,
String[] srcFiles,
String[] classpath,
String destDir,
String[] annotationPropertiesFiles)
- Compiles the annotations.
- Parameters:
verbose
- srcDirs
- srcFiles
- classpath
- destDir
- annotationPropertiesFiles
-
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.