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 TypeClassDescriptionclass
An implementation of AnnotationResolver specifically designed for resolving component bean names based on the Component annotation.class
This class implements the AnnotationResolver interface to resolve the name of a configuration bean based on the presence of the Configuration annotation.class
An implementation of AnnotationResolver designed for resolving bean names associated with interfaces.class
An 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