blob: aa7fb42e72576f6adc0827c6bec5977d9c16293a [file] [log] [blame]
/*
*/
package org.taverna.server.port_description;
import javax.xml.bind.annotation.XmlType;
@XmlType(name = "AbsentValue")
public class AbsentValue extends AbstractValue {
}