| Annotation Type | Description |
|---|---|
| Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
| GwtCompatible |
The presence of this annotation on a type indicates that the type may be
used with the
Google Web Toolkit (GWT).
|
| GwtIncompatible |
The presence of this annotation on a method indicates that the method may
not be used with the
Google Web Toolkit (GWT),
even though its type is annotated as
GwtCompatible and accessible in
GWT. |
| VisibleForTesting |
18/3/2020 WilliamZhu(allwefantasy@gmail.com)
|
Copyright © 2020. All rights reserved.