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