org.springframework.jee.inject
Class AnnotationComponentContributor

java.lang.Object
  extended by org.springframework.jee.inject.ChainedProcessorsComponentContributor
      extended by 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

Field Summary
 
Fields inherited from class org.springframework.jee.inject.ChainedProcessorsComponentContributor
DEFAULT_PROCESSORS, INTERCEPTION_PROCESSORS, JSR250_PROCESSORS, log, metadataProcessors
 
Constructor Summary
AnnotationComponentContributor(java.lang.Class... classes)
           
 
Method Summary
 void contribute(Enricher enricher)
          Contribute metadata.
 
Methods inherited from class org.springframework.jee.inject.ChainedProcessorsComponentContributor
findComponentMetadata, newJsr250Metadata, setMetadataProcessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationComponentContributor

public AnnotationComponentContributor(java.lang.Class... classes)
Method Detail

contribute

public void contribute(Enricher enricher)
Description copied from interface: ComponentContributor
Contribute metadata.

Parameters:
enricher - object to use to attach or enrich metadata


Copyright 2006 Interface21. All Rights Reserved.