Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.beans.factory.annotation Classes and Interfaces - 18 results found.
NameDescriptionTypePackageFramework
AnnotatedBeanDefinitioninterface that exposes AnnotationMetadataabout its bean class - without requiring the class to be loaded yet.Interfaceorg.springframework.beans.factory.annotationSpring MVC
AnnotatedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, adding support for annotation metadata exposed through theClassorg.springframework.beans.factory.annotationSpring MVC
AnnotationBeanWiringInfoResolverBeanWiringInfoResolver thatuses the Configurable annotation to identify which classes need autowiring.Classorg.springframework.beans.factory.annotationSpring MVC
AutowireEnumeration determining autowiring status: that is, whether a bean shouldhave its dependencies automatically injected by the Spring container usingClassorg.springframework.beans.factory.annotationSpring MVC
AutowiredMarks a constructor, field, setter method or config method as to beautowired by Spring's dependency injection facilities.Classorg.springframework.beans.factory.annotationSpring MVC
AutowiredAnnotationBeanPostProcessorBeanPostProcessor implementationthat autowires annotated fields, setter methods and arbitrary config methods.Classorg.springframework.beans.factory.annotationSpring MVC
BeanFactoryAnnotationUtilsConvenience methods performing bean lookups related to annotations, for exampleSpring's @Qualifier annotation.Classorg.springframework.beans.factory.annotationSpring MVC
ConfigurableMarks a class as being eligible for Spring-driven configuration.Classorg.springframework.beans.factory.annotationSpring MVC
CustomAutowireConfigurerA BeanFactoryPostProcessor Classorg.springframework.beans.factory.annotationSpring MVC
InitDestroyAnnotationBeanPostProcessorBeanPostProcessor implementationthat invokes annotated init and destroy methods.Classorg.springframework.beans.factory.annotationSpring MVC
InjectionMetadataInternal class for managing injection metadata.Classorg.springframework.beans.factory.annotationSpring MVC
InjectionMetadata .InjectedElementClassorg.springframework.beans.factory.annotation.InjectionMetadataSpring MVC
LookupAn annotation that indicates 'lookup' methods, to be overridden by the containerto redirect them back to the BeanFactoryClassorg.springframework.beans.factory.annotationSpring MVC
QualifierThis annotation may be used on a field or parameter as a qualifier forcandidate beans when autowiring.Classorg.springframework.beans.factory.annotationSpring MVC
QualifierAnnotationAutowireCandidateResolverAutowireCandidateResolver implementation that matches bean definition qualifiersagainst qualifier annotations on the field or parameter to be autowired.Classorg.springframework.beans.factory.annotationSpring MVC
RequiredMarks a method (typically a JavaBean setter method) as being 'required': that is,the setter method must be configured to be dependency-injected with a value.Classorg.springframework.beans.factory.annotationSpring MVC
RequiredAnnotationBeanPostProcessorBeanPostProcessor implementationthat enforces required JavaBean properties to have been configured.Classorg.springframework.beans.factory.annotationSpring MVC
ValueAnnotation at the field or method/constructor parameter levelthat indicates a default value expression for the affected argument.Classorg.springframework.beans.factory.annotationSpring MVC