Annotation Type 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
      java.lang.String value
      A url where docs can be found.
    • Element Detail

      • value

        java.lang.String value
        A url where docs can be found.