Update of /cvsroot/xdoclet/xjavadoc/test/annotation
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28232/xjavadoc/test/annotation

Added Files:
        TestAnnotation.java 
Log Message:
Support Java5. From Anton Adamansky in XJD-41.

--- NEW FILE: TestAnnotation.java ---
package annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Retention;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)

public @interface TestAnnotation {

    int    id();
    String synopsis();
    String engineer() default "[unassigned]";
    String date()    default "[unimplemented]";
}



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to