ovm.polyd.tags
Annotation Type Seq


@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).

See Also:
Preload

Required Element Summary
 java.lang.Class[] value
          The sequence of classes used to preload the cache.
 

Element Detail

value

public abstract java.lang.Class[] value
The sequence of classes used to preload the cache.