You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: annotation-processor/src/main/resources/org/hibernate/validator/ap/ValidationProcessorMessages.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
ONLY_GETTERS_MAY_BE_ANNOTATED=Constraint annotations must not be specified at methods, which are no valid JavaBeans getter methods.
4
4
NOT_SUPPORTED_TYPE=The annotation @{0} is disallowed for this data type.
5
5
NOT_SUPPORTED_RETURN_TYPE=The annotation @{0} is disallowed for the return type of this method.
6
-
NOT_FOUND_UNWRAPPED_TYPE=Constraint was marked for unwrapping but no unwrapped type was registered by Annotation Processor.
6
+
NOT_FOUND_UNWRAPPED_TYPE=The constraint is marked for unwrapping but the annotation processor was not able to determine the unwrapped type. No further checks are performed.
7
7
ONLY_CONSTRAINT_ANNOTATIONS_MAY_BE_ANNOTATED=Constraint annotations must not be specified at annotation types, which are no constraint annotation types themselves.
8
8
STATIC_METHODS_MAY_NOT_BE_ANNOTATED=Only non-static methods may be annotated with constraint annotations.
9
9
STATIC_FIELDS_MAY_NOT_BE_ANNOTATED=Only non-static fields may be annotated with constraint annotations.
0 commit comments