Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractPossibleNullable (0.16 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/ArchUnitFixture.java

                    if (!method.isAnnotatedWith(Nullable.class)) {
                        Set<JavaAnnotation<JavaMethod>> annotations = method.getAnnotations();
                        Set<JavaAnnotation<JavaMethod>> nullableAnnotations = extractPossibleNullable(annotations);
                        if (!nullableAnnotations.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top