@Documented
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface OmitSymbols
| Modifier and Type | Required Element and Description |
|---|---|
OmitSymbol[] |
value
The rules under which the symbol is to be omitted from the generated javascript.
|
public abstract OmitSymbol[] value