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)
          Called by the introspection framework with the class model context.
 
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)
Description copied from interface: IntrospectionScanner
Called by the introspection framework with the class model context.

Specified by:
parse in interface IntrospectionScanner
Parameters:
context - the reflection interfaces accesses
loader - class loader that call load introspected classes


Copyright © 2013 Oracle Corporation. All Rights Reserved.