Annotation Type Description


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD})
    public @interface Description
    Class/algorithm description
    Since:
    0.3
    Author:
    Erich Schubert
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Description of the class.
    • Element Detail

      • value

        java.lang.String value
        Description of the class.
        Returns:
        Description