Annotation Interface KeepTypes


@Documented @Target(TYPE) public @interface KeepTypes
Annotation containing rules under which a type may appear in the generated javascript.
  • Required Element Summary

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

    • value

      KeepType[] value
      The rules under which a type may appear in the generated javascript.
      Returns:
      the rules under which a type may appear in the generated javascript.