org.nuisto.model.Infraction.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-lint Show documentation
Show all versions of mule-lint Show documentation
An application to check for consistency in a mule application.
package org.nuisto.model
class Infraction {
String element
int lineNumber
String message
String category
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy