blob: 5858ea0b0af57cc49fddcbf4763286fc50a2acd9 [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;";
}