1 package annotations.toys;
2 
3 public @interface FancierAnnotation {
4     FancyAnnotation fa();
5 }
6