Annotation Interface OmitPatterns


@Documented @Target(PACKAGE) public @interface OmitPatterns
Annotation containing rules under which symbols matching a pattern are to be omitted from the generated javascript.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The rules under which symbols matching a pattern are to be omitted from the generated javascript.
  • Element Details

    • value

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