package com.marinilli.b2.c7.deploylet;

/**
 * Chapter 7 - ServiceResult interface
 *
 * @author Mauro Marinilli
 * @version 1.0
 */
public interface ServiceResult {
  // just illustrative implements here your services
}