File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/core/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2024 the original author or authors.
2
+ * Copyright 2002-2025 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.
38
38
* applying the mapping and mirroring rules of an {@link AnnotationTypeMapping}.
39
39
*
40
40
* <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
42
42
* supported by the same class. For example, the attributes source might be an
43
43
* actual {@link Annotation} instance where methods on the annotation instance
44
44
* are {@linkplain AnnotationUtils#invokeAnnotationMethod(Method, Object) invoked}
You can’t perform that action at this time.
0 commit comments