org.jvnet.hk2.config
Class ConfiguredScanner
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfiguredScanner
public ConfiguredScanner()
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 accessesloader
- class loader that call load introspected classes
Copyright © 2013 Oracle Corporation. All Rights Reserved.