Annotation Interface CDISEPlatform.Eclipselink

Enclosing class:
CDISEPlatform

@Documented @Qualifier @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public static @interface CDISEPlatform.Eclipselink
A Qualifier used to designate various things as being related to Eclipselink in some way.

The typical end user will apply this annotation to an implementation of Executor if she wants that particular Executor used by the CDISEPlatform.launchContainerRunnable(Runnable) method.

The CDISEPlatform.Eclipselink qualifier may also be used to annotate an implementation of MBeanServer for use by the CDISEPlatform.getMBeanServer() method.

See Also: