org.ops4j.peaberry.builders
Interface DirectProvider<T>

All Known Subinterfaces:
ExportProvider<T>, ProxyProvider<T>

public interface DirectProvider<T>

See Peaberry for examples of the dynamic service builder API.

Author:
mcculls@gmail.com (Stuart McCulloch)

Method Summary
 com.google.inject.Provider<T> direct()
           
 

Method Detail

direct

com.google.inject.Provider<T> direct()
Returns:
direct (non-proxied) service provider


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.