com.vaadin.flow.shared.

Annotation Type GwtIncompatible


  • @Retention(value=SOURCE)
     @Target(value={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 and Description
      String value

      Has no technical meaning, is only used for documentation

    • Element Detail

      • value

        public abstract String value

        Has no technical meaning, is only used for documentation

        Returns:

        a description of the incompatibility reason