- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getAnnotatedType (0.05 sec)
-
guava-testlib/src/com/google/common/testing/NullPointerTester.java
} @Override boolean isNullable(Parameter param) { return FROM_DECLARATION_ANNOTATIONS_ONLY.isNullable(param) || containsNullable(param.getAnnotatedType().getAnnotations()) || isNullableTypeVariable(param.getAnnotatedType().getType()); } boolean isNullableTypeVariable(Type type) { if (!(type instanceof TypeVariable)) { return false; }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 25.4K bytes - Viewed (0)