public @interface MyMethodAnnotation {
    int methodValue();
}
