Annotation Type ContextExemplar


@Target(TYPE) @Retention(RUNTIME) public @interface ContextExemplar
Annotation used to document an exemplar
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Short title for the exemplar
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Longer description about the exemplar
    List of tags associated with the exemplar.
  • Element Details

    • title

      String title
      Short title for the exemplar
    • description

      String description
      Longer description about the exemplar
      Default:
      ""
    • tags

      String[] tags
      List of tags associated with the exemplar.
      Default:
      {}