@Documented @Qualifier @Retention(value=RUNTIME) @Target(value={FIELD,METHOD,TYPE}) public static @interface CDISEPlatform.Eclipselink
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.
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.