blob: 2ea392f761fbb8062387c98aa82cd7ab4e271392 [file] [log] [blame]
/*
* Copyright (C) 2010 The University of Manchester
*
* See the file "LICENSE" for license terms.
*/
package org.taverna.server.port_description;
import javax.xml.bind.annotation.XmlType;
@XmlType(name = "AbsentValue")
public class AbsentValue extends AbstractValue {
}