Package org.apache.webbeans.container
Class BeanCacheKey
java.lang.Object
org.apache.webbeans.container.BeanCacheKey
-
Constructor Summary
ConstructorsConstructorDescriptionBeanCacheKey(boolean isDelegate, Type type, String path, Function<Class<?>, jakarta.enterprise.inject.spi.AnnotatedType<?>> lazyAtLoader, Annotation... qualifiers) -
Method Summary
-
Constructor Details
-
BeanCacheKey
public BeanCacheKey(boolean isDelegate, Type type, String path, Function<Class<?>, jakarta.enterprise.inject.spi.AnnotatedType<?>> lazyAtLoader, Annotation... qualifiers)
-
-
Method Details