Uses of Class
com.caucho.inject.LazyExtension

Packages that use LazyExtension
com.caucho.config.xml   
com.caucho.server.webapp   
com.caucho.server.webbeans   
 

Uses of LazyExtension in com.caucho.config.xml
 

Methods in com.caucho.config.xml with annotations of type LazyExtension
 void XmlStandardPlugin.processBean(ProcessBean<?> event)
           
 void XmlStandardPlugin.processTarget(ProcessInjectionTarget<?> event)
           
 void XmlStandardPlugin.processType(ProcessAnnotatedType<?> event)
           
 

Uses of LazyExtension in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp with annotations of type LazyExtension
 void WebAppInjectExtension.processAnnotatedType(ProcessAnnotatedType<?> event)
           
 void WebAppInjectExtension.processBean(ProcessBeanImpl<?> event)
           
 

Uses of LazyExtension in com.caucho.server.webbeans
 

Methods in com.caucho.server.webbeans with annotations of type LazyExtension
 void ResinStandardPlugin.processAnnotatedType(ProcessAnnotatedType<?> event)
          Callback for discovered annotated types.
 void ResinStandardPlugin.processBean(ProcessBean<?> event)