Annotation Type Title


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD,PACKAGE})
    public @interface Title
    Simple interface to provide a nicer title for the class.
    Since:
    0.3
    Author:
    Erich Schubert
    • Required Element Summary

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

      • value

        java.lang.String value
        Title of the Algorithm
        Returns:
        Title