FileDocCategorySizeDatePackage
Author.javaAPI DocExample144Wed Apr 20 15:00:14 BST 2005None

Author.java

/**
 * Specifies the author of a program element.
 */
public @interface Author {
    /** Return the name of the author */
    String value();
}