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