package p;

@I(value="Description")
@interface I {
    String value(); // rename to "value"
}