@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface Type
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
tagName |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isClose
Test if element have to have close token.
|
boolean |
isInnerHTML
Test if element process inner HTML injection.
|