Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for useJavaxAnnotationNullable (0.28 sec)

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

            return name + "(" + Arrays.stream(parameterTypes).map(Class::getSimpleName).collect(Collectors.joining()) + ")";
        }
    
        static ArchCondition<JavaMethod> useJavaxAnnotationNullable() {
            return new ArchCondition<JavaMethod>("use javax.annotation.Nullable") {
                @Override
                public void check(JavaMethod method, ConditionEvents events) {
    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