com.sun.tools.javac.util
Interface Context.Factory<T>

Enclosing class:
Context

public static interface Context.Factory<T>

The client can register a factory for lazy creation of the instance.


Method Summary
 T make()
           
 

Method Detail

make

T make()