Annotation Type CDISEPlatform.Eclipselink
-
@Documented @Qualifier @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public static @interface CDISEPlatform.Eclipselink
AQualifierused to designate various things as being related to Eclipselink in some way.The typical end user will apply this annotation to an implementation of
Executorif she wants that particularExecutorused by theCDISEPlatform.launchContainerRunnable(Runnable)method.The
CDISEPlatform.Eclipselinkqualifier may also be used to annotate an implementation ofMBeanServerfor use by theCDISEPlatform.getMBeanServer()method.