org.apache.felix.scr.annotations
Annotation Type Deactivate


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface Deactivate

The Dectivate annotation defines the method which is used to deactivate the component. Please note that this annotation only marks the method name which is put into the configuration. The DS implementation will still use its search strategy to find the method based on the name.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.