blob: 60c7be43693d04a3f81287c61a0ed6956d448b0a [file] [log] [blame]
package aQute.bnd.annotation.component;
import java.lang.annotation.*;
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.METHOD)
public @interface Deactivate {
String RNAME = "LaQute/bnd/annotation/component/Deactivate;";
}