public interface IDependsOnValidator extends IServiceLoaderValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Class<?> serviceClass,
ClassLoader classLoader)
校验注解信息
|
void validate(Class<?> serviceClass, ClassLoader classLoader) throws ServiceDependencyException
validate in interface IServiceLoaderValidatorserviceClass - 服务类型classLoader - 类加载器ServiceDependencyException - 依赖无效或不匹配时,请抛出该异常Copyright © 2021–2022 EasyJ开源社区. All rights reserved.