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 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.
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}
You can’t perform that action at this time.
0 commit comments