Package org.osgi.service.cdi.runtime.dto
Class ExtensionDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.ExtensionDTO
A snapshot of the runtime state of an
javax.enterprise.inject.spi.Extension
dependency required by this CDI
container.- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe service reference of the extension.The template of this extension dependency. -
Constructor Summary
-
Method Summary
-
Field Details
-
template
The template of this extension dependency.Must not be
null
-
service
The service reference of the extension.The extension dependency is satisfied when not
null
.
-
-
Constructor Details
-
ExtensionDTO
public ExtensionDTO()
-