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

de.firemage.autograder.cmd.output.Annotation Maven / Gradle / Ivy

package de.firemage.autograder.cmd.output;

public record Annotation(String type, String message, String file, int startLine, int endLine) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy