ClassTransformation ct = createClassTransformation(
ChildClassInheritsAnnotation.class,
logger);
InheritedAnnotation ia = ct.getAnnotation(InheritedAnnotation.class);
// Javassist does not, but ClassTransformation patches around that.
assertNotNull(ia);