Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegistryWithDecoratorMethodsWithCreate (0.2 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

                    }
                }
            }
        }
    
        private static class RegistryWithDecoratorMethodsWithCreate extends DefaultServiceRegistry {
            RegistryWithDecoratorMethodsWithCreate() {
            }
    
            RegistryWithDecoratorMethodsWithCreate(ServiceRegistry parent) {
                super(parent)
            }
    
            @Provides
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
Back to top