Skip to content

Commit 11bc9d0

Browse files
committed
Mentioned "-parameters" compiler flag in javadoc
1 parent 05047d3 commit 11bc9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/StandardReflectionParameterNameDiscoverer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* {@link ParameterNameDiscoverer} implementation which uses JDK 8's reflection facilities
25-
* for introspecting parameter names.
25+
* for introspecting parameter names (based on the "-parameters" compiler flag).
2626
*
2727
* @author Juergen Hoeller
2828
* @since 4.0

0 commit comments

Comments
 (0)