@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface JSAFSBefore
JSAFSTest
,
JSAFSAfter
,
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
JSAFSBefore annotated methods will be executed in ascending order.
That is, lower order will be executed before higher 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.