Utilities for validation of things.
-
Annotation Types Summary
Annotation Type |
Description |
IPAddress |
Validates that a string looks like an IP address.
|
TCPPort |
Validates that a number looks like a TCP port.
|
UDPPort |
Validates that a number looks like a UDP port.
|