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(Enricher enricher)
- Description copied from interface:
ComponentContributor
- Contribute metadata.
- Parameters:
enricher - object to use to attach or enrich metadata
Copyright © 2007 Interface21. All Rights Reserved.