blob: 52284a058dceea72fc595130dc7473172ce55fc2 [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;";
}