@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Option
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
escapeHTML
Defines if for this option, HTML should be escaped.
|
boolean |
escapeText
Defines if for this option, the text should be escaped for JSON.
|
java.lang.String |
name
Defines the name of the option.
|
boolean |
useDoubleQuotes
Defines if double quotes instead of a normal quote should be used for rendering
Strings. |
public abstract java.lang.String name
public abstract boolean escapeHTML
public abstract boolean escapeText
public abstract boolean useDoubleQuotes
Strings.Strings.Copyright © 2011-2014. All Rights Reserved.