Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getDeclaredAnnotation (0.07 sec)

  1. guava/src/com/google/common/reflect/Types.java

                || methodName.equals("isAnnotationPresent")
                // Each of these prefixes is shared by a family of methods:
                || methodName.startsWith("getAnnotation")
                || methodName.startsWith("getDeclaredAnnotation")) {
              throw new UnsupportedOperationException(
                  "Annotation methods are not supported on synthetic TypeVariables created during type"
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Oct 31 19:34:24 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/Types.java

                || methodName.equals("isAnnotationPresent")
                // Each of these prefixes is shared by a family of methods:
                || methodName.startsWith("getAnnotation")
                || methodName.startsWith("getDeclaredAnnotation")) {
              throw new UnsupportedOperationException(
                  "Annotation methods are not supported on synthetic TypeVariables created during type"
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Oct 31 19:34:24 UTC 2025
    - 24.3K bytes
    - Viewed (0)
Back to top