You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.core/src/main/java/org/springframework/core/LocalVariableTableParameterNameDiscoverer.java
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2010 the original author or authors.
2
+
* Copyright 2002-2013 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.
@@ -39,12 +39,11 @@
39
39
/**
40
40
* Implementation of {@link ParameterNameDiscoverer} that uses the LocalVariableTable
41
41
* information in the method attributes to discover parameter names. Returns
42
-
* <code>null</code> if the class file was compiled without debug information.
42
+
* {@codenull} if the class file was compiled without debug information.
43
43
*
44
-
* <p>Uses ObjectWeb's ASM library for analyzing class files. Each discoverer
45
-
* instance caches the ASM discovered information for each introspected Class, in a
46
-
* thread-safe manner. It is recommended to reuse discoverer instances
47
-
* as far as possible.
44
+
* <p>Uses ObjectWeb's ASM library for analyzing class files. Each discoverer instance
45
+
* caches the ASM discovered information for each introspected Class, in a thread-safe
46
+
* manner. It is recommended to reuse ParameterNameDiscoverer instances as far as possible.
48
47
*
49
48
* @author Adrian Colyer
50
49
* @author Costin Leau
@@ -64,15 +63,15 @@ public class LocalVariableTableParameterNameDiscoverer implements ParameterNameD
0 commit comments