Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tooltip (0.16 sec)

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

    import java.lang.annotation.Target;
    
    /**
     * The presence of this annotation on a type indicates that the type may be used with the <a
     * href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT). When applied to a method,
     * the return type of the method is GWT compatible. It's useful to indicate that an instance created
     * by factory methods has a GWT serializable type. In the following example,
     *
     * <pre>
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Dec 16 19:54:45 GMT 2020
    - 2.9K bytes
    - Viewed (0)
  2. guava/src/com/google/common/annotations/GwtCompatible.java

    import java.lang.annotation.Target;
    
    /**
     * The presence of this annotation on a type indicates that the type may be used with the <a
     * href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT). When applied to a method,
     * the return type of the method is GWT compatible. It's useful to indicate that an instance created
     * by factory methods has a GWT serializable type. In the following example,
     *
     * <pre>
    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)
Back to top