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

org.thewonderlemming.c4plantuml.commons.Reporter Maven / Gradle / Ivy

The newest version!
package org.thewonderlemming.c4plantuml.commons;

/**
 * An interface to report issues to.
 *
 * @author thewonderlemming
 *
 */
public interface Reporter {

    /**
     * Reports a issue.
     *
     * @param message the description of the issue.
     */
    void report(final String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy