Uses of Class
com.caucho.config.inject.InjectionPointHandler

Packages that use InjectionPointHandler
com.caucho.config.inject   
com.caucho.config.j2ee   
 

Uses of InjectionPointHandler in com.caucho.config.inject
 

Methods in com.caucho.config.inject that return InjectionPointHandler
 InjectionPointHandler InjectManager.getInjectionPointHandler(java.lang.Class<? extends java.lang.annotation.Annotation> annType)
           
 

Uses of InjectionPointHandler in com.caucho.config.j2ee
 

Subclasses of InjectionPointHandler in com.caucho.config.j2ee
 class DataSourceDefinitionHandler
          Handles the @EJB annotation for JavaEE
 class EjbHandler
          Handles the @EJB annotation for JavaEE
 class JavaeeInjectionHandler
          Common JavaEE injection handler
 class PersistenceContextHandler
          Handles the @PersistenceContext annotation for JavaEE
 class PersistenceUnitHandler
          Handles the @PersistenceUnit annotation for JavaEE
 class ResourceHandler
          Handles the @Resource annotation for JavaEE