Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for annotatedOrInPackageAnnotatedWith (0.24 sec)

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

            return ArchConditions.be(annotatedOrInPackageAnnotatedWith(annotationType));
        }
    
        /**
         * Either the class is directly annotated with the given annotation type or the class is in a package that is annotated with the given annotation type.
         */
        static DescribedPredicate<JavaClass> annotatedOrInPackageAnnotatedWith(Class<? extends Annotation> annotationType) {
    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