Package org.jboss.weld.bootstrap.api
Interface TypeDiscoveryConfiguration
public interface TypeDiscoveryConfiguration
TypeDiscoveryConfiguration is used by an integrator to determine which classes to discover during the type discovery
phase.- Author:
- Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionSet<Class<? extends Annotation>>Returns a set of bean defining annotations.
-
Method Details
-
getKnownBeanDefiningAnnotations
Set<Class<? extends Annotation>> getKnownBeanDefiningAnnotations()Returns a set of bean defining annotations. This set is used in combination with bean defining annotations discovered by the integrator for discovering beans. SeeCDI11Bootstrap.startExtensions(Iterable)for details.- Returns:
- the set of bean defining annotations
-