org.raml.parsertools.AugmentationExtensionFactory Maven / Gradle / Ivy
package org.raml.parsertools;
/**
* Created. There, you have it.
*/
public interface AugmentationExtensionFactory {
Object create(Object object);
}
© 2015 - 2026 Weber Informatics LLC | Privacy Policy