Fix javadoc in DependencyDescriptor

Closes gh-24551
This commit is contained in:
Qimiao Chen 2020-02-19 18:04:25 +08:00 committed by GitHub
parent 2ad4602ca0
commit acae174f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ public class DependencyDescriptor extends InjectionPoint implements Serializable
/**
* Determine the name of the wrapped parameter/field.
* @return the declared name (never {@code null})
* @return the declared name (may be {@code null})
*/
@Nullable
public String getDependencyName() {