Uses of Class
org.osgi.service.cdi.runtime.dto.template.ReferenceTemplateDTO
-
Packages that use ReferenceTemplateDTO Package Description org.osgi.service.cdi.runtime.dto CDI Integration Package Version 1.0.org.osgi.service.cdi.runtime.dto.template CDI Integration Package Version 1.0. -
-
Uses of ReferenceTemplateDTO in org.osgi.service.cdi.runtime.dto
Fields in org.osgi.service.cdi.runtime.dto declared as ReferenceTemplateDTO Modifier and Type Field Description ReferenceTemplateDTO
ReferenceDTO. template
The template of this reference. -
Uses of ReferenceTemplateDTO in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template with type parameters of type ReferenceTemplateDTO Modifier and Type Field Description java.util.List<ReferenceTemplateDTO>
ComponentTemplateDTO. references
The service dependencies of the component.
-