Annotation Interface KeepPatterns


@Documented @Target(PACKAGE) public @interface KeepPatterns
Annotation containing rules indicating which symbols may appear in the generated javascript.
  • Required Element Summary

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

    • value

      KeepPattern[] value
      The rules indicating which symbols may appear in the generated javascript.
      Returns:
      the rules indicating which symbols may appear in the generated javascript.