To restrict some class that should not be loaded from `org.apache.dubbo` package type SPI class.
For example, we can restrict the implementation class which package is `org.xxx.xxx`
can be loaded as SPI implementation.
Returns:
packages can be loaded in `org.apache.dubbo`'s SPI
To restrict some class that should not be loaded from `org.alibaba.dubbo`(for compatible purpose)
package type SPI class.
For example, we can restrict the implementation class which package is `org.xxx.xxx`
can be loaded as SPI implementation
Returns:
packages can be loaded in `org.alibaba.dubbo`'s SPI
To restrict some class that should load from Dubbo's ClassLoader.
For example, we can restrict the class declaration in `org.apache.dubbo` package should
be loaded from Dubbo's ClassLoader and users cannot declare these classes.
Returns:
class packages should load
Since:
3.0.4
overridden
defaultbooleanoverridden()
Indicates current LoadingStrategy supports overriding other lower prioritized instances or not.