@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface JSAFSAfter
JSAFSBefore
,
JSAFSTest
,
InjectJSAFS
,
Utilities.autoConfigure(String, JSAFSConfiguredClassStore)
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_ORDER |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
Description |
int |
Order
JSAFSAfter annotated methods will be executed in descending order.
That is, higher order will be executed before lower order. If the order is the same, the execution order will be uncertain. The default is 1000. |
int |
value
A default for Order not requiring Order= prefix.
|
public abstract java.lang.String Description
public abstract int Order
public abstract int value
Copyright © SAS Institute. All Rights Reserved.