@Retention(value=CLASS) @Target(value={METHOD,FIELD,CONSTRUCTOR}) public @interface Activate
When this annotation is applied to a:
activate
method of the Component.activate
method.This annotation is not processed at runtime by Service Component Runtime. It must be processed by tools and used to add a Component Description to the bundle.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0