com.sun.hk2.component
Interface IntrospectionScanner

All Known Implementing Classes:
ConfiguredScanner

Deprecated.

@Contract
@Deprecated
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)
          Deprecated. Called by the introspection framework with the class model context.
 

Method Detail

parse

void parse(ParsingContext context,
           Holder<ClassLoader> loader)
Deprecated. 
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 © 2013 Oracle Corporation. All Rights Reserved.