Remove default implementation
This commit is contained in:
parent
21d7756a80
commit
d6f7a42edb
|
|
@ -225,7 +225,5 @@ public interface DeclarativeConfigProperties {
|
||||||
Set<String> getPropertyKeys();
|
Set<String> getPropertyKeys();
|
||||||
|
|
||||||
/** Return a {@link ComponentLoader} that should be used to load SPIs. */
|
/** Return a {@link ComponentLoader} that should be used to load SPIs. */
|
||||||
default ComponentLoader getComponentLoader() {
|
ComponentLoader getComponentLoader();
|
||||||
return ComponentLoader.forClassLoader(DeclarativeConfigProperties.class.getClassLoader());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue