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