net.dpml.lang
Interface ServiceRegistry

All Known Implementing Classes:
ComponentStrategy, SimpleServiceRegistry, StandardServiceRegistry

public interface ServiceRegistry

Component interface.

Version:
2.0.0
Author:
Digital Product Management Laboratory

Method Summary
<T> T
lookup(Class<T> service)
           
 

Method Detail

lookup

<T> T lookup(Class<T> service)