Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.context.annotation Classes and Interfaces - 56 results found.
NameDescriptionTypePackageFramework
AdviceModeEnumeration used to determine whether JDK proxy-based or AspectJ weaving-based adviceSince:3.Classorg.springframework.context.annotationSpring MVC
AdviceModeImportSelectorConvenient base class for ImportSelector implementations that select importsbased on an AdviceMode value from an annotation (such as the @Enable*Classorg.springframework.context.annotationSpring MVC
AnnotatedBeanDefinitionReaderConvenient adapter for programmatic registration of annotated bean classes.Classorg.springframework.context.annotationSpring MVC
AnnotationBeanNameGenerator@Component annotationor with another annotation that is itself annotated withClassorg.springframework.context.annotationSpring MVC
AnnotationConfigApplicationContextStandalone application context, accepting annotated classes as input - in particular@Configuration-annotated classes, but also plainClassorg.springframework.context.annotationSpring MVC
AnnotationConfigBeanDefinitionParserParser for the element.Classorg.springframework.context.annotationSpring MVC
AnnotationConfigRegistryCommon interface for annotation config application contexts,defining register(java.Interfaceorg.springframework.context.annotationSpring MVC
AnnotationConfigUtilsUtility class that allows for convenient registration of commonBeanPostProcessor andClassorg.springframework.context.annotationSpring MVC
AnnotationScopeMetadataResolverA ScopeMetadataResolver implementation that by default checks forthe presence of Spring's @Scope annotation on the bean class.Classorg.springframework.context.annotationSpring MVC
AutoProxyRegistrarRegisters an auto proxy creator against the current BeanDefinitionRegistryas appropriate based on an @Enable* annotation having mode andClassorg.springframework.context.annotationSpring MVC
BeanIndicates that a method produces a bean to be managed by the Spring container.Classorg.springframework.context.annotationSpring MVC
ClassPathBeanDefinitionScannerA bean definition scanner that detects bean candidates on the classpath,registering corresponding bean definitions with a given registry (BeanFactoryClassorg.springframework.context.annotationSpring MVC
ClassPathScanningCandidateComponentProviderA component provider that scans the classpath from a base package.Classorg.springframework.context.annotationSpring MVC
CommonAnnotationBeanPostProcessorBeanPostProcessor implementationthat supports common Java annotations out of the box, in particular the JSR-250Classorg.springframework.context.annotationSpring MVC
ComponentScanConfigures component scanning directives for use with @Configuration classes.Classorg.springframework.context.annotationSpring MVC
ComponentScan .FilterDeclares the type filter to be used as an include filter or exclude filter.Classorg.springframework.context.annotation.ComponentScanSpring MVC
ComponentScanBeanDefinitionParserParser for the element.Classorg.springframework.context.annotationSpring MVC
ConditionA single condition that must be matched in orderfor a component to be registered.Interfaceorg.springframework.context.annotationSpring MVC
ConditionalIndicates that a component is only eligible for registration when allspecified conditions match.Classorg.springframework.context.annotationSpring MVC
ConditionContextContext information for use by Conditions.Interfaceorg.springframework.context.annotationSpring MVC
ConfigurationIndicates that a class declares one or more @Bean methods and may be processedby the Spring container to generate bean definitions and service requests for thoseClassorg.springframework.context.annotationSpring MVC
ConfigurationClassPostProcessorBeanFactoryPostProcessor used for bootstrapping processing of@Configuration classes.Classorg.springframework.context.annotationSpring MVC
ConfigurationConditionA Condition that offers more fine-grained control when used with@Configuration.Interfaceorg.springframework.context.annotationSpring MVC
ConfigurationCondition .ConfigurationPhaseThe various configuration phases where the condition could be evaluated.Classorg.springframework.context.annotation.ConfigurationConditionSpring MVC
ContextAnnotationAutowireCandidateResolverComplete implementation of theAutowireCandidateResolver strategyClassorg.springframework.context.annotationSpring MVC
DeferredImportSelectorA variation of ImportSelector that runs after all @Configuration beanshave been processed.Interfaceorg.springframework.context.annotationSpring MVC
DependsOnBeans on which the current bean depends.Classorg.springframework.context.annotationSpring MVC
DescriptionAdds a textual description to bean definitions derived fromSince:4.Classorg.springframework.context.annotationSpring MVC
EnableAspectJAutoProxyEnables support for handling components marked with AspectJ's @Aspect annotation,similar to functionality found in Spring's XML element.Classorg.springframework.context.annotationSpring MVC
EnableLoadTimeWeavingActivates a Spring LoadTimeWeaver for this application context, available asa bean with the name loadTimeWeaver, similar to the Classorg.springframework.context.annotationSpring MVC
EnableLoadTimeWeaving .AspectJWeavingSwitches on AspectJ load-time weaving if a META-INF/aop.Classorg.springframework.context.annotation.EnableLoadTimeWeavingSpring MVC
EnableMBeanExportEnables default exporting of all standard MBeans from the Spring context, aswell as well all @ManagedResource annotated beans.Classorg.springframework.context.annotationSpring MVC
EnableSpringConfiguredSignals the current application context to apply dependency injection tonon-managed classes that are instantiated outside of the Spring bean factoryClassorg.springframework.context.annotation.aspectjSpring MVC
FilterTypeEnumeration of the type filters that may be used in conjunction withSince:2.Classorg.springframework.context.annotationSpring MVC
ImportIndicates one or more @Configuration classes to import.Classorg.springframework.context.annotationSpring MVC
ImportAwareInterface to be implemented by any @Configuration class that wishesto be injected with the AnnotationMetadata of the @ConfigurationInterfaceorg.springframework.context.annotationSpring MVC
ImportBeanDefinitionRegistrarInterface to be implemented by types that register additional bean definitions whenprocessing @Configuration classes.Interfaceorg.springframework.context.annotationSpring MVC
ImportResourceIndicates one or more resources containing bean definitions to import.Classorg.springframework.context.annotationSpring MVC
ImportSelectorInterface to be implemented by types that determine which @Configurationclass(es) should be imported based on a given selection criteria, usually one or moreInterfaceorg.springframework.context.annotationSpring MVC
Jsr330ScopeMetadataResolverSimple ScopeMetadataResolver implementation that follows JSR-330 scoping rules:defaulting to prototype scope unless Singleton is present.Classorg.springframework.context.annotationSpring MVC
LazyIndicates whether a bean is to be lazily initialized.Classorg.springframework.context.annotationSpring MVC
LoadTimeWeavingConfiguration@Configuration class that registers a LoadTimeWeaver bean.Classorg.springframework.context.annotationSpring MVC
LoadTimeWeavingConfigurerInterface to be implemented byclasses annotated with @EnableLoadTimeWeaving that wish toInterfaceorg.springframework.context.annotationSpring MVC
MBeanExportConfiguration@Configuration class that registers a AnnotationMBeanExporter bean.Classorg.springframework.context.annotationSpring MVC
MBeanExportConfiguration .SpecificPlatformClassorg.springframework.context.annotation.MBeanExportConfigurationSpring MVC
PrimaryIndicates that a bean should be given preference when multiple candidatesare qualified to autowire a single-valued dependency.Classorg.springframework.context.annotationSpring MVC
ProfileIndicates that a component is eligible for registration when one or morespecified profiles are active.Classorg.springframework.context.annotationSpring MVC
PropertySourceAnnotation providing a convenient and declarative mechanism for adding aPropertySource to Spring'sClassorg.springframework.context.annotationSpring MVC
PropertySourcesContainer annotation that aggregates several PropertySource annotations.Classorg.springframework.context.annotationSpring MVC
RoleIndicates the 'role' hint for a given bean.Classorg.springframework.context.annotationSpring MVC
ScannedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposedClassorg.springframework.context.annotationSpring MVC
ScopeWhen used as a type-level annotation in conjunction with@Scope indicates the name of a scope to use for instances ofClassorg.springframework.context.annotationSpring MVC
ScopedProxyModeenum ScopedProxyModeEnumerates the various scoped-proxy options.Classorg.springframework.context.annotationSpring MVC
ScopeMetadataDescribes scope characteristics for a Spring-managed bean including the scopename and the scoped-proxy behavior.Classorg.springframework.context.annotationSpring MVC
ScopeMetadataResolverStrategy interface for resolving the scope of bean definitions.Interfaceorg.springframework.context.annotationSpring MVC
SpringConfiguredConfiguration@Configuration class that registers an AnnotationBeanConfigurerAspectcapable of performing dependency injection services for non-Spring managed objectsClassorg.springframework.context.annotation.aspectjSpring MVC