Silk DI 0.6


se.jbee.inject.service
Interface ServiceMethod<P,R>

Type Parameters:
R - The return type of the method wired to this service
P - The type of the parameter of the service

public interface ServiceMethod<P,R>

The low level representation of a service.

Author:
Jan Bernitt (jan@jbee.se)

Nested Class Summary
static class ServiceMethod.ServiceClassExtension
           
 
Method Summary
 R invoke(P params)
           
 

Method Detail

invoke

R invoke(P params)
Returns:
the value results from the execution of this service with the given argument as parameter.

Silk DI 0.6