@Retention(value=RUNTIME) @Target(value=FIELD) @Documented @Inherited public @interface ValidationMessage
Modifier and Type | Required Element and Description |
---|---|
String |
message
Get the message to use as validation error when validation fails.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
messageCode
Get the optional validation error message localization code.
|
public abstract String message
public abstract String messageCode
Copyright © 2018 The Holon Platform. All rights reserved.