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