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

com.indeed.status.core.Documented Maven / Gradle / Ivy

package com.indeed.status.core;

/**
 * Interface implemented by classes that have published documentation accessible via URL.
 *
 * @author matts
 */
public interface Documented {
    String getDocumentationUrl();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy