packageaspectjtest;publicclassHelloTest{publicstaticvoidmain(String[]argv)throwsException{System.out.println(MyEntity.class.getDeclaredField("myField").getAnnotations().length);// should be BSystem.out.println(MyEntity.class.getDeclaredField("myField").getAnnotations()[0].annotationType());}}