@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Dispose
Modifier and Type | Optional Element and Description |
---|---|
int |
order
The order in which it should be disposed, higher meaning earlier.
|
public abstract int order
Copyright © 2014. All Rights Reserved.