We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.shared.
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 forcom.google.gwt.core.shared.GwtIncompatible
for more information.Since:
-
-
Element Detail
-
value
String value
Has no technical meaning, is only used for documentation
Returns:
a description of the incompatibility reason
-
-