org.jboss.weld.introspector
Class TypeClosureLazyValueHolder
java.lang.Object
org.jboss.weld.util.LazyValueHolder<Set<Type>>
org.jboss.weld.introspector.TypeClosureLazyValueHolder
public class TypeClosureLazyValueHolder
- extends LazyValueHolder<Set<Type>>
LazyValueHolder
that calculates a type closue. In many cases this
will not be needed, so computing it on demand saves memory and startup time.
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeClosureLazyValueHolder
public TypeClosureLazyValueHolder(Type type)
TypeClosureLazyValueHolder
public TypeClosureLazyValueHolder(Set<Type> types)
computeValue
protected Set<Type> computeValue()
- Specified by:
computeValue
in class LazyValueHolder<Set<Type>>
Copyright © 2013 Seam Framework. All Rights Reserved.