Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for congrats (0.25 sec)

  1. guava/src/com/google/common/annotations/GwtCompatible.java

     *     ...
     *   }
     * }
     * </pre>
     *
     * <p>The return value of {@code Lists.newArrayList(E[])} has GWT serializable type. It is also
     * useful in specifying contracts of interface methods. In the following example,
     *
     * <pre>
     * {@literal @}GwtCompatible
     * interface ListFactory {
     *   ...
     *   {@literal @}GwtCompatible(serializable = true)
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Wed Dec 16 19:54:45 GMT 2020
    - 2.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/annotations/GwtCompatible.java

     *     ...
     *   }
     * }
     * </pre>
     *
     * <p>The return value of {@code Lists.newArrayList(E[])} has GWT serializable type. It is also
     * useful in specifying contracts of interface methods. In the following example,
     *
     * <pre>
     * {@literal @}GwtCompatible
     * interface ListFactory {
     *   ...
     *   {@literal @}GwtCompatible(serializable = true)
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 16 19:54:45 GMT 2020
    - 2.9K bytes
    - Viewed (0)
Back to top