Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getImplicitAnnotation (0.4 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

            private void notifyAnnotationHandler(AnnotatedServiceLifecycleHandler annotationHandler, SingletonService candidate) {
                if (annotationHandler.getImplicitAnnotation() != null) {
                    annotationHandler.whenRegistered(annotationHandler.getImplicitAnnotation(), new RegistrationWrapper(candidate));
                } else {
                    for (Class<? extends Annotation> annotation : annotationHandler.getAnnotations()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top