Package org.osgi.service.blueprint.reflect


package org.osgi.service.blueprint.reflect
  • 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.