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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdiServiceEnricher
public CdiServiceEnricher()
produce
public <T> Collection<T> produce(Class<T> type)
- Specified by:
produce in interface org.ocpsoft.common.spi.ServiceEnricher
enrich
public <T> void enrich(T service)
- Specified by:
enrich in interface org.ocpsoft.common.spi.ServiceEnricher
Copyright © 2012 OCPsoft. All Rights Reserved.