Class AfterTypeDiscoveryImpl

    • Method Detail

      • getAlternatives

        public List<Class<?>> getAlternatives()
        Specified by:
        getAlternatives in interface javax.enterprise.inject.spi.AfterTypeDiscovery
      • getInterceptors

        public List<Class<?>> getInterceptors()
        Specified by:
        getInterceptors in interface javax.enterprise.inject.spi.AfterTypeDiscovery
      • getDecorators

        public List<Class<?>> getDecorators()
        Specified by:
        getDecorators in interface javax.enterprise.inject.spi.AfterTypeDiscovery
      • addAnnotatedType

        public void addAnnotatedType​(javax.enterprise.inject.spi.AnnotatedType<?> type,
                                     String id)
        Specified by:
        addAnnotatedType in interface javax.enterprise.inject.spi.AfterTypeDiscovery
      • addAnnotatedType

        public <T> javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T> addAnnotatedType​(Class<T> type,
                                                                                                          String id)
        Specified by:
        addAnnotatedType in interface javax.enterprise.inject.spi.AfterTypeDiscovery