Package org.ocpsoft.rewrite.cdi
Class CdiServiceEnricher
java.lang.Object
org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
org.ocpsoft.rewrite.cdi.CdiServiceEnricher
- All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceEnricher
public class CdiServiceEnricher
extends BeanManagerAware
implements org.ocpsoft.common.spi.ServiceEnricher
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected
-
Constructor Details
-
CdiServiceEnricher
public CdiServiceEnricher()
-
-
Method Details
-
produce
- Specified by:
producein interfaceorg.ocpsoft.common.spi.ServiceEnricher
-
enrich
public <T> void enrich(T service) - Specified by:
enrichin interfaceorg.ocpsoft.common.spi.ServiceEnricher
-