Package org.osgi.service.blueprint.reflect


@Version("1.0.1") package org.osgi.service.blueprint.reflect
Blueprint Reflection Package Version 1.0.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.

Example import for consumers using the API in this package:

Import-Package: org.osgi.service.blueprint.reflect; version="[1.0,2.0)"

Example import for providers implementing the API in this package:

Import-Package: org.osgi.service.blueprint.reflect; version="[1.0,1.1)"

  • Interfaces
    Class
    Description
    Metadata for a factory method or constructor argument of a bean.
    Metadata for a Bean component.
    Metadata for a property to be injected into a bean.
    Metadata for a collection based value.
    Metadata for managed components.
    Metadata for the verified id of another component managed by the Blueprint Container.
    Metadata for a map entry.
    Metadata for a Map based value.
    Top level Metadata type.
    Metadata for a value that cannot null.
    Metadata for a value specified to be null via the <null> element.
    Metadata for a java.util.Properties based value.
    Metadata for a reference listener interested in the reference bind and unbind events for a service reference.
    Metadata for a list of service references.
    Metadata for a reference that will bind to a single matching service in the service registry.
    Metadata for a reference to another component managed by the Blueprint Container.
    Metadata for a registration listener interested in service registration and unregistration events for a service.
    Metadata for a service to be registered by the Blueprint Container when enabled.
    Metadata for a reference to an OSGi service.
    A common interface for managed components that can be used as a direct target for method calls.
    Metadata for a simple String value that will be type-converted if necessary before injecting.