com.sun.hk2.component
Interface IntrospectionScanner
@Contract
public interface IntrospectionScanner
Plugability API for allowing sub parsers to be looked up during
introspection. These sub parsers will have the right to peek at
the introspected.
- Author:
- Jerome Dochez
parse
void parse(ParsingContext context,
Holder<ClassLoader> loader)
- Called by the introspection framework with the class model
context.
- Parameters:
context - the reflection interfaces accessesloader - class loader that call load introspected classes
Copyright © 2011 Oracle Corporation. All Rights Reserved.