Class MinorSeverityImpl

java.lang.Object
org.tentackle.validate.severity.MinorSeverityImpl
All Implemented Interfaces:
MinorSeverity, ValidationSeverity

@ValidationSeverityService(MinorSeverity.class) public class MinorSeverityImpl extends Object implements MinorSeverity
Implements the minor severity.
Creates an InfoValidationResult.
  • Constructor Details

    • MinorSeverityImpl

      public MinorSeverityImpl()
      Creates the minor severity.
  • Method Details