Class CDISEPlatformExtension
- java.lang.Object
-
- io.helidon.integrations.cdi.eclipselink.CDISEPlatformExtension
-
- All Implemented Interfaces:
Extension
@Deprecated public final class CDISEPlatformExtension extends Object implements Extension
Deprecated.Only a CDI container should instantiate this class.AnExtension
that setsCDISEPlatform
as the default server platform in EclipseLink.This class is
public
only to conform to the new accessibility requirements of service provider classes in JDKs whose versions are higher than 1.8. There is no need for end users to instantiate this class. Any public APIs exposed by this class are subject to change without prior notice.
-
-
Constructor Detail
-
CDISEPlatformExtension
@Deprecated public CDISEPlatformExtension()
Deprecated.Only a CDI container should invoke this constructor.Creates a newCDISEPlatformExtension
.
-
-