package test; class Test { @KAnn(valueNew = "abc") void test1() { } @KAnn(valueNew = "abc") void test2() { } }