We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@Nullable
servletContext
ConfigurableWebEnvironment.initPropertySources
The javadoc states that servletContext may not be null:
null
spring-framework/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebEnvironment.java
Line 42 in a5b0399
But the parameter is annotated with @Nullable:
Line 47 in a5b0399