org.springframework.jee.inject
Class AnnotationComponentContributor
java.lang.Object
org.springframework.jee.inject.ChainedProcessorsComponentContributor
org.springframework.jee.inject.AnnotationComponentContributor
- All Implemented Interfaces:
- ComponentContributor
- Direct Known Subclasses:
- EjbAnnotationComponentContributor
public class AnnotationComponentContributor
- extends ChainedProcessorsComponentContributor
ComponentContributor targeted at an array of classes, useful in tests.
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationComponentContributor
public AnnotationComponentContributor(Class... classes)
contribute
public void contribute(EnricherI enricher)
- Description copied from interface:
ComponentContributor
- Contribute metadata.
- Parameters:
enricher
- object to use to attach or enrich metadata
getMetadata
public Jsr250MetadataI getMetadata(String componentName)
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.