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 Details

    • TypeDiscoveryConfigurationImpl

      protected TypeDiscoveryConfigurationImpl(Set<Class<? extends Annotation>> beanDefiningAnnotations)
  • Method Details

    • getKnownBeanDefiningAnnotations

      public Set<Class<? extends Annotation>> getKnownBeanDefiningAnnotations()
      Specified by:
      getKnownBeanDefiningAnnotations in interface org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration
    • toString

      public String toString()
      Overrides:
      toString in class Object