Skip to content

Commit f04581c

Browse files
committed
HV-1395 Adjust the error message
1 parent 4aba196 commit f04581c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotation-processor/src/main/resources/org/hibernate/validator/ap/ValidationProcessorMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ONLY_GETTERS_MAY_BE_ANNOTATED=Constraint annotations must not be specified at methods, which are no valid JavaBeans getter methods.
44
NOT_SUPPORTED_TYPE=The annotation @{0} is disallowed for this data type.
55
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.
77
ONLY_CONSTRAINT_ANNOTATIONS_MAY_BE_ANNOTATED=Constraint annotations must not be specified at annotation types, which are no constraint annotation types themselves.
88
STATIC_METHODS_MAY_NOT_BE_ANNOTATED=Only non-static methods may be annotated with constraint annotations.
99
STATIC_FIELDS_MAY_NOT_BE_ANNOTATED=Only non-static fields may be annotated with constraint annotations.

0 commit comments

Comments
 (0)