package org.jboss.windup.config.iteration.payload; import org.jboss.windup.graph.model.WindupVertexFrame; import com.tinkerpop.frames.modules.typedgraph.TypeValue; @TypeValue("TestPayloadModel") public interface TestPayloadModel extends WindupVertexFrame { }