@Retention(value=RUNTIME) public @interface Wrapper
| 限定符和类型 | 可选元素和说明 |
|---|---|
String[] |
matches
the extension names that need to be wrapped.
|
String[] |
mismatches
the extension names that need to be excluded.
|
int |
order
absolute ordering, optional
ascending order, smaller values will be in the front of the list.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.