blob: f67e27b17b85c5912e00147d3d0c45889c2fd4f5 [file] [log] [blame]
package annotations.toys;
public @interface FancierAnnotation {
FancyAnnotation fa();
}