Package icu.easyj.core.loader.condition
Annotation Interface DependsOnClass
服务依赖的类
- Author:
- wangliang181230
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?>[] value依赖的类数组- Returns:
- the classes
- Default:
- {}
-
name
String[] name依赖的类名数组(无法引用到类时使用)- Returns:
- the class names
- Default:
- {}
-
strategy
ValidateStrategy strategy- Returns:
- the strategy
- Default:
- ALL
-