@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AutoConfigureJSAFS
JSAFSBefore
,
JSAFSTest
,
JSAFSAfter
,
Utilities.autoConfigure(String, JSAFSConfiguredClassStore)
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_ORDER |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
exclude
Optionally, exclude a semi-colon delimited path of package names to process.
|
java.lang.String |
include
Optionally, include a semi-colon delimited list of full Class names existing in
other packages to be processed.
|
int |
Order
Lower order will be executed before higher order tests.
|
int |
value
A default for Order not requiring Order= prefix.
|
public abstract java.lang.String include
Example: com.sas.commons.SomeClass;com.sas.roadmaps.AnotherClass;org.mine.AClass
Note we have to only provide one Class from each unrelated package hierarchy.
A processor should automatically process and include sub-packages of included packages.
(The algorithm currently requires Class names here, but we should figure out how to
support just providing package names instead.)
public abstract java.lang.String exclude
public abstract int Order
Copyright © SAS Institute. All Rights Reserved.