1 package org.weda.workflow.impl; 2 3 /** 4 * 5 * @author tim 6 */ 7 public class ActionEntry extends BasicEntryContainer<TargetClassEntry> { 8 }