Home | History | Annotate | Download | only in annotations

Lines Matching full:code

27  * <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT).
32 * <pre style="code">
42 * The return value of {@code Lists.newArrayList(E[])} has GWT
46 * <pre style="code">
54 * The {@code newArrayList(E[])} method of all implementations of {@code
57 * <p>Note that a {@code GwtCompatible} type may have some {@link
70 * When {@code true}, the annotated type or the type of the method return
73 * @see <a href="http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=DevGuideSerializableTypes">
79 * When {@code true}, the annotated type is emulated in GWT. The emulated
83 * @see <a href="http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=DevGuideModuleXml">