Annotation Type Tag


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

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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String include
      Condition to check if the value/tag should be included.
    • Element Detail

      • value

        java.lang.String value
        The tags as strings or expression.
      • include

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