blob: 5858ea0b0af57cc49fddcbf4763286fc50a2acd9 [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.bnd.annotation.component;
2
3import java.lang.annotation.*;
4
5@Retention(RetentionPolicy.CLASS)
6@Target(ElementType.METHOD)
7public @interface Deactivate {
8 String RNAME = "LaQute/bnd/annotation/component/Deactivate;";
9
10}