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(ParsingContext context, Holder<ClassLoader> loader)
          Called by the introspection framework with the class model context.
 

Method Detail

parse

void parse(ParsingContext context,
           Holder<ClassLoader> loader)
Called by the introspection framework with the class model context.

Parameters:
context - the reflection interfaces accesses
loader - class loader that call load introspected classes


Copyright © 2011 Oracle Corporation. All Rights Reserved.