Annotation Type Documentation


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface Documentation
    Provides a potential list of URI's for further documentation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      List of documentation URI's.
    • Element Detail

      • value

        java.lang.String[] value
        List of documentation URI's.
        Returns:
        list of URI's.