package de.rwth.idsg.bikeman.ixsi.processor.api; /** * Empty base interface for all other processors * * @author Sevket Goekay <goekay@dbis.rwth-aachen.de> * @since 24.02.2016 */ public interface Processor { }