All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.raml.jaxrs.codegen.model.FieldModel Maven / Gradle / Ivy

There is a newer version: 1.3.4
Show newest version
package org.raml.jaxrs.codegen.model;

import com.mulesoft.jaxrs.raml.annotation.model.IFieldModel;
import com.mulesoft.jaxrs.raml.annotation.model.ITypeModel;

/**
 * 

FieldModel class.

* * @author kor * @version $Id: $Id */ public class FieldModel extends BasicModel implements IFieldModel{ /** {@inheritDoc} */ @Override public ITypeModel getType() { throw new UnsupportedOperationException(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy