public class DependentProvider<T> extends Object implements javax.inject.Provider<T>, Serializable
Provider for @Dependent scoped contextual instances.
We need this to be apble to properly clean them up when they are not
needed anymore via the destroy() method.
Instances of this class can be retrieved using the BeanProvider.
Instances of this class are Serializable if the wrapped contextual instance
is Serializable.Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.