blob: f089b750f35d6be88e84437a12e274e3758fea05 [file] [log] [blame]
package aQute.bnd.annotation.component;
public @interface Attribute {
class C {}
String name() default "";
String description() default "";
String[] options();
}