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
|
Method Summary |
void |
parse(org.glassfish.hk2.classmodel.reflect.ParsingContext context,
Holder<java.lang.ClassLoader> loader)
Called by the introspection framework with the class model
context. |
parse
void parse(org.glassfish.hk2.classmodel.reflect.ParsingContext context,
Holder<java.lang.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.