Annotation Type Document


@Target(PACKAGE) @Retention(CLASS) public @interface Document
Declare a document to process.
Author:
Julien Viet
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • fileName

      String fileName
      Returns:
      the file name of this document, when no name is specified, the name will be generated using the annotated package element.
      Default:
      ""