org.jboss.ejb3.injection.pojo
Interface PojoInjector

All Known Implementing Classes:
DependsInjector, EJBInjector, JndiInjector, PersistenceContextInjector, PersistenceUnitInjector, ResourceInjector

public interface PojoInjector

Comment

Version:
$Revision: 1.1.2.3 $
Author:
Bill Burke

Method Summary
 void inject(Field f, java.lang.annotation.Annotation annotation, Object pojo)
           
 void inject(Method m, java.lang.annotation.Annotation annotation, Object pojo)
           
 

Method Detail

inject

void inject(Method m,
            java.lang.annotation.Annotation annotation,
            Object pojo)

inject

void inject(Field f,
            java.lang.annotation.Annotation annotation,
            Object pojo)


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