@Retention(value=RUNTIME) public @interface Wrapper
| Modifier and Type | Optional Element and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.