Annotation Type GwtIncompatible

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional 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".

        As of Guava 20.0, this value is optional. We encourage authors who wish to describe why an API is @GwtIncompatible to instead leave an implementation comment.

        Default:
        ""