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

org.jboss.windup.graph.model.meta.SpecificationVersionMeta Maven / Gradle / Ivy

The newest version!
package org.jboss.windup.graph.model.meta;

import com.tinkerpop.frames.Property;
import com.tinkerpop.frames.modules.typedgraph.TypeValue;

@TypeValue("SpecificationVersion")
public interface SpecificationVersionMeta extends Meta {

	@Property("specVersion")
	public String getSpecVersion();
	
	@Property("specVersion")
	public void setSpecVersion(String version);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy