Annotation Interface Tag


@Target(TYPE) @Retention(RUNTIME) public @interface Tag
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The tags as strings or expression.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Condition to check if the value/tag should be included.
  • Element Details

    • value

      String value
      The tags as strings or expression.
    • include

      String include
      Condition to check if the value/tag should be included.
      Default:
      ""