Annotation Type InnerContent
@Retention(RUNTIME) @Target(FIELD) public @interface InnerContent
Marks a property as the inner content of the element
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
defaultValue
boolean
encode
Whether the content should be HTML entity encoded
-
Element Details
-
defaultValue
String defaultValue- Default:
- ""
-
encode
boolean encodeWhether the content should be HTML entity encoded- Returns:
- the boolean value
- Default:
- true
-