Annotation Type Title


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD,METHOD,PARAMETER})
    public @interface Title
    By using the Title annotation it is possible to provide a title/headline for the annotated element. It describes the behaviour of the annotated element more abstract than Description.

    This information can be used in reports.
    Since:
    2.0.0
    See Also:
    Description
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The title/headline
    • Element Detail

      • value

        java.lang.String value
        The title/headline
        Returns:
        the title/headline
        Since:
        2.0.0