Annotation Interface OmitTypes


@Documented @Target(TYPE) public @interface OmitTypes
Annotation containing rules under which the type is to be omitted from the generated javascript.
  • Required Element Summary

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

    • value

      OmitType[] value
      The rules under which the type is to be omitted from the generated javascript.
      Returns:
      the rules under which the type is to be omitted from the generated javascript.