160161162163164165166167
return obj; } @Test public void test_annotation() { ZZZ z = getNewInstance(ZZZ.class); z.p(null); }
158159160161162163164165