Annotation Type GwtIncompatible

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Describes why the annotated element is incompatible with GWT.
    • Element Detail

      • value

        String value
        Describes why the annotated element is incompatible with GWT. Since this is generally due to a dependence on a type/method which GWT doesn't support, it is sufficient to simply reference the unsupported type/method. E.g. "Class.isInstance".