View Javadoc
1 package org.smartcomps.twister.engine.priv.core.definition.impl; 2 3 import org.smartcomps.twister.engine.priv.core.definition.Empty; 4 5 /*** 6 * Persistent implementation of the Empty interface. 7 * @see org.smartcomps.twister.engine.priv.core.Empty 8 */ 9 public class EmptyImpl extends BasicActivityImpl implements Empty { 10 }

This page was automatically generated by Maven