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


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

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

The annotated method is the modified 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
Version:
$Id: 02d3059e04be8403475f8da56763ffe1a099ae9c $
See Also:
"The modified attribute of the component element of a Component Description."



Copyright © 2014 aQute SARL. All rights reserved.