public interface Validatable
Created by Kevin Sheppard July 18, 2024
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
fail(java.lang.String message) |
|
public void |
validate() Perform custom validation here and call fail(String) if any validation check fails. |
Perform custom validation here and call fail(String) if any validation check fails.