001
package p1.p2;
002
003
public @interface CustomAnnotation {
004
String value();
005
}