Annotation Type ValidPort
-
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Constraint(ValidPortValidator.class) public @interface ValidPort
Indicates that a plugin attribute must be a valid port number. A valid port number is an integer between 0 and 65535.- Since:
- 2.8
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
message
The message to be logged if this constraint is violated.
-