/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.freedomotic.restapi.server.interfaces; /** * * @author gpt */ public interface TriggersResource extends FreedomoticResource { }