Annotation Type FrontendCode
-
@Target(FIELD) @Retention(RUNTIME) public @interface FrontendCode
Represents field type that should be used as input for current violation on frontend UI (i.e. date, password, etc.).
-
-
Element Detail
-
value
TypeCode value
Data/input type that is expected from frontend UI.
-
-