Annotation Type Element
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Element
Defines the tag name of the element class.Used when looking up elements using
ElementQuery.
-
-
Element Detail
-
value
String value
The tag for the element.- Returns:
- the tag for the element
-
-