Class TypeClosureLazyValueHolder

java.lang.Object
org.jboss.weld.util.LazyValueHolder<Set<Type>>
org.jboss.weld.annotated.enhanced.TypeClosureLazyValueHolder
All Implemented Interfaces:
ValueHolder<Set<Type>>

public class TypeClosureLazyValueHolder extends LazyValueHolder<Set<Type>>
LazyValueHolder that calculates a type closure. In many cases this will not be needed, so computing it on demand saves memory and startup time.
Author:
Stuart Douglas
  • Constructor Details

    • TypeClosureLazyValueHolder

      public TypeClosureLazyValueHolder(Type type)
  • Method Details