public class ExtensionDTO extends DTO
javax.enterprise.inject.spi.Extension
dependency required by this CDI
container.Modifier and Type | Field and Description |
---|---|
ServiceReferenceDTO |
service
The service reference of the extension.
|
ExtensionTemplateDTO |
template
The template of this extension dependency.
|
Constructor and Description |
---|
ExtensionDTO() |
public ExtensionTemplateDTO template
Must not be null
public ServiceReferenceDTO service
The extension dependency is satisfied when not null
.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0