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

io.apicurio.datamodels.models.Referenceable Maven / Gradle / Ivy

The newest version!
package io.apicurio.datamodels.models;
public interface Referenceable {

	public String get$ref();

	public void set$ref(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy