Package org.springframework.jee.inject

JSR250 Support.

See:
          Description

Interface Summary
MetadataProcessor Interface for processing JSR250-related metadata.
 

Class Summary
AnnotationComponentContributor ComponentContributor targeted at an array of classes, useful in tests.
ApplicationExceptionInfo Non annotation-specific representation of information held in EJB3 ApplicationException annotation.
BasicInjectionInfo Simple interface implementation, useful as a base class.
BeanDefinitionAnnotationComponentContributor Default ComponentContributor.
ChainedProcessorsComponentContributor Support for annotation-based component contributors that uses internally a chain of metadata processors.
DeploymentUnitMetadata Metadata associated with whole deployment unit, such as an EJB JAR file.
Enricher Object that can enrich a GenericApplicationContext with JEE metadata.
FieldInjection JSR 250 field level injection.
Injection<E extends InjectionInfo> Class modelling an injected member of a JEE component.
InterceptionProcessor EJB3-style interception processor.
Jsr250Metadata Metadata for JEE 5 injection.
Jsr250MetadataBeanPostProcessor BeanPostProcessor that performs JEE Dependency Injection.
Jsr250Processor Jsr250 annotation processor.
MethodInjection JSR 250 method level injection.
ResourceInfo JSR 250 resource information holder.
TransactionProcessor Ejb3 transaction annotation processor.
 

Package org.springframework.jee.inject Description

JSR250 Support.
Support for JSR 250 injection.



Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.