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
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.