public interface org.springframework.web.context.ConfigurableWebEnvironment extends org.springframework.core.env.ConfigurableEnvironment
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.web.context.ConfigurableWebEnvironment
super_class: java.lang.Object
{
public abstract void initPropertySources(javax.servlet.ServletContext, javax.servlet.ServletConfig);
descriptor: (Ljavax/servlet/ServletContext;Ljavax/servlet/ServletConfig;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
servletContext
servletConfig
}
SourceFile: "ConfigurableWebEnvironment.java"