@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Tag
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The tags as strings or expression.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
include
Condition to check if the value/tag should be included.
|