- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getAnnotatedType (0.06 seconds)
-
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; }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 25.4K bytes - Click Count (0)