blob: 52284a058dceea72fc595130dc7473172ce55fc2 [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 Activate {
8 String RNAME = "LaQute/bnd/annotation/component/Activate;";
9
10}