Uses of Interface
com.bobocode.bring.core.annotation.resolver.AnnotationResolver
Packages that use AnnotationResolver
Package
Description
-
Uses of AnnotationResolver in com.bobocode.bring.core.annotation.resolver.impl
Classes in com.bobocode.bring.core.annotation.resolver.impl that implement AnnotationResolverModifier and TypeClassDescriptionclassAn implementation of AnnotationResolver specifically designed for resolving component bean names based on the Component annotation.classThis class implements the AnnotationResolver interface to resolve the name of a configuration bean based on the presence of the Configuration annotation.classAn implementation of AnnotationResolver designed for resolving bean names associated with interfaces.classAn implementation of AnnotationResolver specifically designed for resolving bean names associated with classes annotated with @Service. -
Uses of AnnotationResolver in com.bobocode.bring.core.context.scaner
Fields in com.bobocode.bring.core.context.scaner with type parameters of type AnnotationResolverModifier and TypeFieldDescriptionprivate final List<AnnotationResolver> ClassPathScannerFactory.annotationResolvers