Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.rebind.ioc.injector.api
Interface TypeDiscoveryListener


public interface TypeDiscoveryListener

A TypeDiscoveryListener is used for observing the discovery of new bean types in the container during generation of the bootstrapping code. Some rare situations, particularly the cyclical relationship of producer methods with their member classes can lead to recursive situations in the algorithm where the outer-type has not yet been discovered, while the provided type has.

Author:
Mike Brock

Method Summary
 void onDiscovery(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context, InjectionPoint injectionPoint, MetaClass discoveredType)
           
 

Method Detail

onDiscovery

void onDiscovery(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context,
                 InjectionPoint injectionPoint,
                 MetaClass discoveredType)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.