Annotation Type GwtIncompatible


  • @Retention(SOURCE)
    @Target({TYPE,METHOD,CONSTRUCTOR,FIELD})
    public @interface GwtIncompatible
    Marks a type, method, constructor of field to be ignored by the GWT compiler. We have our own copy of the annotation to avoid depending on gwt-shared. See the documentation for com.google.gwt.core.shared.GwtIncompatible for more information.
    Since:
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Has no technical meaning, is only used for documentation
    • Element Detail

      • value

        String value
        Has no technical meaning, is only used for documentation
        Returns:
        a description of the incompatibility reason