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
      java.lang.String fileName  
    • Element Detail

      • fileName

        java.lang.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:
        ""