I have a parent class Parent and a child class Child, defined thus:
Parent
Child
class Parent { @MyAnnotation("hello") void foo
Using Spring Core you can resolve with
AnnotationUtils.java