Merge branch '2.7.x'

This commit is contained in:
Phillip Webb
2022-10-20 17:05:49 -07:00

View File

@@ -31,7 +31,7 @@ import java.lang.annotation.Target;
* @since 2.4.0
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.PARAMETER })
@Target(ElementType.PARAMETER)
@Documented
public @interface Name {