Commit a9b610c4 authored by Stephane Nicoll's avatar Stephane Nicoll

Deprecate ResourceLoaderAware callback

Closes gh-6986
parent dc067b0f
......@@ -196,6 +196,7 @@ public class ConfigurationPropertiesBindingPostProcessor
}
@Override
@Deprecated
public void setResourceLoader(ResourceLoader resourceLoader) {
this.resourceLoader = resourceLoader;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment