Annotation Type CDISEPlatform.Eclipselink
-
@Documented @Qualifier @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public static @interface CDISEPlatform.Eclipselink
AQualifier
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 particularExecutor
used by theCDISEPlatform.launchContainerRunnable(Runnable)
method.The
CDISEPlatform.Eclipselink
qualifier may also be used to annotate an implementation ofMBeanServer
for use by theCDISEPlatform.getMBeanServer()
method.