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 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. See CDI11Bootstrap.startExtensions(Iterable) for details.
      Returns:
      the set of bean defining annotations