Annotation Interface Doc


@Retention(RUNTIME) public @interface Doc
Documentation that can be read at runtime
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An (optional) set of links to some external resources where more information may be obtained
    Some textual documentation
  • Element Details

    • value

      String[] value
      Some textual documentation
      Returns:
      Default:
      {""}
    • href

      String[] href
      An (optional) set of links to some external resources where more information may be obtained
      Returns:
      Default:
      {}