org.jboss.ejb3.injection.pojo
Class DependsInjector

java.lang.Object
  extended by org.jboss.ejb3.injection.pojo.DependsInjector
All Implemented Interfaces:
PojoInjector

public class DependsInjector
extends Object
implements PojoInjector

Comment

Version:
$Revision: 1.1.2.3 $
Author:
Bill Burke

Constructor Summary
DependsInjector()
           
 
Method Summary
protected  Object getDependency(Depends ref, Class type)
           
 void inject(Field f, java.lang.annotation.Annotation annotation, Object pojo)
           
 void inject(Method m, java.lang.annotation.Annotation annotation, Object pojo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependsInjector

public DependsInjector()
Method Detail

inject

public void inject(Method m,
                   java.lang.annotation.Annotation annotation,
                   Object pojo)
Specified by:
inject in interface PojoInjector

getDependency

protected Object getDependency(Depends ref,
                               Class type)

inject

public void inject(Field f,
                   java.lang.annotation.Annotation annotation,
                   Object pojo)
Specified by:
inject in interface PojoInjector


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.