org.raml.ramltopojo.extensions.EnumerationPluginContext Maven / Gradle / Ivy
package org.raml.ramltopojo.extensions;
import org.raml.ramltopojo.CreationResult;
/**
* Created. There, you have it.
*/
public interface EnumerationPluginContext {
CreationResult creationResult();
}