Annotation Interface KeepSymbols


@Documented @Target({FIELD,METHOD,CONSTRUCTOR}) public @interface KeepSymbols
Annotation containing rules under which symbol may appear in the generated javascript.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The rules under which symbol may appear in the generated javascript.
  • Element Details

    • value

      KeepSymbol[] value
      The rules under which symbol may appear in the generated javascript.
      Returns:
      the rules under which symbol may appear in the generated javascript.