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