Class DelegatingContextualLifecycle<T>

java.lang.Object
org.infinispan.cdi.common.util.DelegatingContextualLifecycle<T>
Type Parameters:
T -
All Implemented Interfaces:
ContextualLifecycle<T>

public class DelegatingContextualLifecycle<T> extends Object implements ContextualLifecycle<T>
An implementation of ContextualLifecycle that is backed by an InjectionTarget.
Author:
Pete Muir, Stuart Douglas