@Retention(value=CLASS) @Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD}) @Documented @GwtCompatible public @interface GwtIncompatible
GwtCompatible
and accessible in GWT. They can cause GWT compilation errors or simply
unexpected exceptions when used in GWT.
Note that this annotation should only be applied to methods, fields, or inner
classes of types which are annotated as GwtCompatible
.
public abstract String value
"Class.isInstance"
.Copyright © 2012–2017 Michael Faes. All rights reserved.