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

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

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

import com.tinkerpop.frames.VertexFrame;
import com.tinkerpop.frames.modules.typedgraph.TypeField;
import com.tinkerpop.frames.modules.typedgraph.TypeValue;

@TypeField("type") 
@TypeValue("Meta")
public interface Meta extends VertexFrame {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy