注释类型 Wrapper
-
@Retention(RUNTIME) public @interface Wrapper
The annotated class will only work as a wrapper when the condition matches.
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 String[]matchesthe extension names that need to be wrapped.String[]mismatchesthe extension names that need to be excluded.
-