Interface AttributeValidator<T>
-
public interface AttributeValidator<T>
AttributeValidator.- Since:
- 7.2
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(T value)
-
-
-
Method Detail
-
validate
void validate(T value)
-
-