-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface FilterOrs
设置FilterGroup
的OR关系 详情见: https://redkale.org- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
- 另请参阅:
FilterBean
,FilterNode
,FilterGroup
-
-
元素详细资料
-
value
String[] value
OR 关系的组名- 返回:
- 组名集合
-
-