org.jvnet.hk2.config
Class ConfiguredScanner

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

@Service
public class ConfiguredScanner
extends Object
implements IntrospectionScanner

Scanner for @Configured annotated classes

Author:
Jerome Dochez

Constructor Summary
ConfiguredScanner()
           
 
Method Summary
 void parse(ParsingContext context, Holder<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(ParsingContext context,
                  Holder<ClassLoader> loader)
Specified by:
parse in interface IntrospectionScanner


Copyright © 2012 Oracle Corporation. All Rights Reserved.