
com.tinkerpop.gremlin.structure.strategy.StrategyWrapped Maven / Gradle / Ivy
package com.tinkerpop.gremlin.structure.strategy;
/**
* A marker interface for the graph wrapper classes. Classes that are strategy wrappers should implement this
* interface.
*
* @author Stephen Mallette (http://stephen.genoprime.com)
*/
public interface StrategyWrapped {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy