Uses of Interface
build.codemodel.dependency.injection.Scope
-
Uses of Scope in build.codemodel.dependency.injection
Classes in build.codemodel.dependency.injection that implement ScopeMethods in build.codemodel.dependency.injection that return types with arguments of type ScopeModifier and TypeMethodDescriptionInjectionFramework.findScope(build.codemodel.jdk.descriptor.JDKTypeDescriptor typeDescriptor) Returns the registeredScopefor the givenJDKTypeDescriptor, if the type carries a scope annotation that has been registered viaInjectionFramework.bindScope(Class, Scope).Optional<Map.Entry<Class<? extends Annotation>, Scope>> InjectionFramework.findScopeEntry(build.codemodel.jdk.descriptor.JDKTypeDescriptor typeDescriptor) Returns the registered scope entry (annotation class +Scope) for the givenJDKTypeDescriptor, if the type carries a scope annotation that has been registered viaInjectionFramework.bindScope(Class, Scope).Methods in build.codemodel.dependency.injection with parameters of type ScopeModifier and TypeMethodDescriptionvoidInjectionFramework.bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) Registers aScopeimplementation for the specified scope annotation type.