Annotation Interface Doc


@Retention(RUNTIME) @Target(FIELD) @Deprecated public @interface Doc
Deprecated.
since 4.5.0.0, for removal
Used by user to add informations about a code he wrote.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    Get content of the documentation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    Get documentation author (optional).
    Deprecated.
    Get documentation date (optional).
    Deprecated.
    Get documentation version (optional).
  • Element Details

    • value

      String value
      Deprecated.
      Get content of the documentation.
      Returns:
      the content of the documentation
    • date

      String date
      Deprecated.
      Get documentation date (optional).
      Returns:
      optional date
      Default:
      ""
    • version

      String version
      Deprecated.
      Get documentation version (optional).
      Returns:
      optional version
      Default:
      ""
    • author

      String author
      Deprecated.
      Get documentation author (optional).
      Returns:
      optional author of the documentation
      Default:
      ""