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.
An Extension that sets CDISEPlatform 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 Details

    • CDISEPlatformExtension

      @Deprecated public CDISEPlatformExtension()
      Deprecated.
      Only a CDI container should invoke this constructor.
      Creates a new CDISEPlatformExtension.