@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 © 2019 ninjaframework. All rights reserved.