View Javadoc
1 package org.smartcomps.twister.engine.priv.core.definition; 2 3 import org.smartcomps.twister.engine.priv.core.definition.BasicActivity; 4 5 /*** 6 * An Activity that does nothing. 7 */ 8 public interface Empty extends BasicActivity { 9 }

This page was automatically generated by Maven