org.jvnet.hk2.config
Class ConfiguredScanner

java.lang.Object
  extended by org.jvnet.hk2.config.ConfiguredScanner
All Implemented Interfaces:
com.sun.hk2.component.IntrospectionScanner

@Service
public class ConfiguredScanner
extends java.lang.Object
implements com.sun.hk2.component.IntrospectionScanner

Scanner for @Configured annotated classes

Author:
Jerome Dochez

Constructor Summary
ConfiguredScanner()
           
 
Method Summary
 void parse(org.glassfish.hk2.classmodel.reflect.ParsingContext context, com.sun.hk2.component.Holder<java.lang.ClassLoader> loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredScanner

public ConfiguredScanner()
Method Detail

parse

public void parse(org.glassfish.hk2.classmodel.reflect.ParsingContext context,
                  com.sun.hk2.component.Holder<java.lang.ClassLoader> loader)
Specified by:
parse in interface com.sun.hk2.component.IntrospectionScanner


Copyright © 2012 Oracle Corporation. All Rights Reserved.