|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={}) public @interface Seq
This tag is a part of the @Preload
specification,
and it is never used alone.
It specifies a list of classes that form one of the
combinations of arguments used by @Preload
to initialize the dispatching cache (and to perform
early consistency checks).
Preload
Required Element Summary | |
---|---|
java.lang.Class[] |
value
The sequence of classes used to preload the cache. |
Element Detail |
---|
public abstract java.lang.Class[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |