Annotation Interface WebDoc


@Retention(SOURCE) @Target({TYPE,FIELD,METHOD,CONSTRUCTOR}) public @interface WebDoc
Lets us specify a url where the type, method, etc is documented. Specified as an annotation so we can use IDE features to find instances and maybe tooling can use it too.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A url where docs can be found.
  • Element Details

    • value

      String value
      A url where docs can be found.