org.qi4j.library.rest.server.api
Interface ResourceUpdate<T>


public interface ResourceUpdate<T>

Standard interface for update of existing resources.


Method Summary
 void update(T value)
           
 

Method Detail

update

void update(T value)