Annotation Type Description


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD,METHOD,PARAMETER})
    public @interface Description
    By using the Description annotation it is possible to describe the annotated element. It describes the behaviour of the annotated element more detailed than Title.

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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The documentation
    • Element Detail

      • value

        java.lang.String value
        The documentation
        Returns:
        the documentation
        Since:
        2.0.0