cdc.issues.IssueSeverityItem Maven / Gradle / Ivy
package cdc.issues;
/**
* Interface implemented by classes that have a severity.
*
* @author Damien Carbonne
*/
@FunctionalInterface
public interface IssueSeverityItem {
/**
* @return The issue severity.
*/
public IssueSeverity getSeverity();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy