Annotation Type Examples.Case

Enclosing class:
Examples

@Retention(RUNTIME) @Target(TYPE) public static @interface Examples.Case
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The example for this use case.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The description of this use case, if any.
    The title of this use case, if any.
  • Element Details

    • value

      Example value
      The example for this use case.
      Returns:
      The example
    • title

      String title
      The title of this use case, if any.
      Returns:
      A title
      Default:
      ""
    • description

      String description
      The description of this use case, if any. May include HTML markup.
      Returns:
      A title
      Default:
      ""