com.webcohesion.enunciate.module.ApiRegistryAwareModule Maven / Gradle / Ivy
package com.webcohesion.enunciate.module;
import com.webcohesion.enunciate.api.ApiRegistry;
/**
* @author Ryan Heaton
*/
public interface ApiRegistryAwareModule extends EnunciateModule {
void setApiRegistry(ApiRegistry registry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy