Package grim.annotations
Annotation Interface OmitPatterns
Annotation containing rules under which symbols matching a pattern are to be omitted from the generated javascript.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe rules under which symbols matching a pattern are to be omitted from the generated javascript.
-
Element Details
-
value
OmitPattern[] valueThe rules under which symbols matching a pattern are to be omitted from the generated javascript.- Returns:
- the rules under which symbols matching a pattern are to be omitted from the generated javascript.
-