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