Skip to content

Commit 2d88f18

Browse files
committed
Update Javadoc
1 parent 15a6641 commit 2d88f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/core/annotation/TypeMappedAnnotation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@
3838
* applying the mapping and mirroring rules of an {@link AnnotationTypeMapping}.
3939
*
4040
* <p>Root attribute values are extracted from a source object using a supplied
41-
* {@code BiFunction}. This allows various different annotation models to be
41+
* {@link ValueExtractor}. This allows various different annotation models to be
4242
* supported by the same class. For example, the attributes source might be an
4343
* actual {@link Annotation} instance where methods on the annotation instance
4444
* are {@linkplain AnnotationUtils#invokeAnnotationMethod(Method, Object) invoked}

0 commit comments

Comments
 (0)