@Retention(value=CLASS) @Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD}) @Documented @GwtCompatible public @interface GwtIncompatible
This annotation behaves identically to the
@GwtIncompatible
annotation in GWT itself.
public abstract String value
As of Guava 20.0, this value is optional. We encourage authors who wish to describe why an
API is @GwtIncompatible
to instead leave an implementation comment.
Copyright © 2010–2019. All rights reserved.