@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
.
Copyright © 2010-2016 JBoss by Red Hat. All Rights Reserved.