Package grim.annotations
Annotation Interface OmitSymbols
Annotation containing rules under which symbol is to be omitted from the generated javascript.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe rules under which the symbol is to be omitted from the generated javascript.
-
Element Details
-
value
OmitSymbol[] valueThe rules under which the symbol is to be omitted from the generated javascript.- Returns:
- the rules under which the symbol is to be omitted from the generated javascript.
-