org.springframework.jee.ejb
Class EjbReferenceProcessor
java.lang.Object
org.springframework.jee.ejb.EjbReferenceProcessor
- All Implemented Interfaces:
- MetadataProcessor
public class EjbReferenceProcessor
- extends Object
- implements MetadataProcessor
Annotation processor for @EJB injection.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbReferenceProcessor
public EjbReferenceProcessor()
process
public void process(Jsr250MetadataI jsr250)
- Specified by:
process
in interface MetadataProcessor
addEjbReferenceMetadata
protected void addEjbReferenceMetadata(EjbInjectionMetadata EjbInjectionMetadata)
- Process the current class and add ejb reference information.
- Parameters:
EjbInjectionMetadata
-
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.