Annotation Interface OmitSymbols


@Documented @Target({FIELD,METHOD,CONSTRUCTOR}) public @interface OmitSymbols
Annotation containing rules under which symbol is to be omitted from the generated javascript.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The rules under which the symbol is to be omitted from the generated javascript.
  • Element Details

    • value

      OmitSymbol[] value
      The 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.