@Documented
@Target(value=PACKAGE)
public @interface OmitPatterns
| Modifier and Type | Required Element and Description |
|---|---|
OmitPattern[] |
value
The rules under which symbols matching a pattern are to be omitted from the generated javascript.
|
public abstract OmitPattern[] value