org.jboss.aop.annotation.compiler
Class AnnotationCompiler

java.lang.Object
  extended byorg.jboss.aop.annotation.compiler.AnnotationCompiler

public class AnnotationCompiler
extends Object

Convert doclet tags to JBoss AOP annotation XML

Version:
$Revision: 1.3 $
Author:
Bill Burke

Constructor Summary
AnnotationCompiler()
           
 
Method Summary
 void compile(String[] args)
           
static void main(String[] args)
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationCompiler

public AnnotationCompiler()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

usage

public void usage()

compile

public void compile(String[] args)
             throws Exception
Throws:
Exception


Copyright © 2004 JBoss Inc. All Rights Reserved.