All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webcohesion.enunciate.module.DependencySpec Maven / Gradle / Ivy

package com.webcohesion.enunciate.module;

/**
 * @author Ryan Heaton
 */
public interface DependencySpec {

  boolean accept(EnunciateModule module);

  boolean isFulfilled();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy