Knopflerfish OSGi 5.0.0

org.osgi.service.component.annotations
Annotation Type Activate


@Retention(value=CLASS)
@Target(value=METHOD)
public @interface Activate

Identify the annotated method as the activate method of a Service Component.

The annotated method is the activate method of the Component.

This annotation is not processed at runtime by a Service Component Runtime implementation. It must be processed by tools and used to add a Component Description to the bundle.

Since:
1.1
Author:
$Id: e24a899f70a9f7ec19b85b9e046471dc15236294 $
See Also:
"The activate attribute of the component element of a Component Description."


Knopflerfish OSGi 5.0.0