File tree 1 file changed +3
-3
lines changed
spring-core/src/main/java/org/springframework/core/annotation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@ final class AnnotationTypeMapping {
58
58
/**
59
59
* Set used to track which convention-based annotation attribute overrides
60
60
* have already been checked. Each key is the combination of the fully
61
- * qualified class names of a composed annotation and a meta-annotation
61
+ * qualified class name of a composed annotation and a meta-annotation
62
62
* that it is either present or meta-present on the composed annotation,
63
63
* separated by a dash.
64
64
* @since 6.0
@@ -319,7 +319,7 @@ private void addConventionMappings() {
319
319
logger .isWarnEnabled ()) {
320
320
logger .warn ("""
321
321
Support for convention-based annotation attribute overrides is deprecated \
322
- and will be removed in Spring Framework 6.1 . Please annotate the following \
322
+ and will be removed in Spring Framework 6.2 . Please annotate the following \
323
323
attributes in @%s with appropriate @AliasFor declarations: %s"""
324
324
.formatted (rootAnnotationTypeName , conventionMappedAttributes ));
325
325
}
You can’t perform that action at this time.
0 commit comments