package reflection.methodannotations; import reflection.AnnoT; import reflection.AnnoT3; public interface InterfaceTarget003 { @AnnoT3("shiny") Object brandNew(@AnnoT int x); }