Annotation Type ValidHost
-
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Constraint(ValidHostValidator.class) public @interface ValidHostIndicates that a plugin attribute must be a valid host. This relies on the same validation rules asInetAddress.getByName(String).- Since:
- 2.8
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringmessageThe message to be logged if this constraint is violated.
-