File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
spring-core/src/main/java/org/springframework/core Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2024 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.
24
24
/**
25
25
* Interface to discover parameter names for methods and constructors.
26
26
*
27
- * <p>Parameter name discovery is not always possible, but various strategies are
28
- * available to try, such as looking for debug information that may have been
29
- * emitted at compile time, and looking for argname annotation values optionally
30
- * accompanying AspectJ annotated methods.
27
+ * <p>Parameter name discovery is not always possible, but various strategies exist
28
+ * — for example, using the JDK's reflection facilities for introspecting
29
+ * parameter names (based on the "-parameters" compiler flag), looking for
30
+ * {@code argNames} annotation attributes optionally configured for AspectJ
31
+ * annotated methods, etc.
31
32
*
32
33
* @author Rod Johnson
33
34
* @author Adrian Colyer
You can’t perform that action at this time.
0 commit comments