Package org.jboss.weld.bootstrap
Class TypeDiscoveryConfigurationImpl
- java.lang.Object
-
- org.jboss.weld.bootstrap.TypeDiscoveryConfigurationImpl
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration
public class TypeDiscoveryConfigurationImpl extends Object implements org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypeDiscoveryConfigurationImpl(Set<Class<? extends Annotation>> beanDefiningAnnotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<? extends Annotation>>getKnownBeanDefiningAnnotations()StringtoString()
-
-
-
Constructor Detail
-
TypeDiscoveryConfigurationImpl
protected TypeDiscoveryConfigurationImpl(Set<Class<? extends Annotation>> beanDefiningAnnotations)
-
-
Method Detail
-
getKnownBeanDefiningAnnotations
public Set<Class<? extends Annotation>> getKnownBeanDefiningAnnotations()
- Specified by:
getKnownBeanDefiningAnnotationsin interfaceorg.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration
-
-