assertNull(cmmd.addAnnotation(sig, annotation));
assertSame(annotation, cmmd.removeAnnotation(sig, TestAnnotation.class));
}
}
Constructor<?> c = getConstructor();
ConstructorInfo ci = getConstructorInfo();
Signature sc = new ConstructorSignature(c);
checkAnnotationCycle(sc, c, ci);
Method m = getMethod();
MethodInfo mi = getMethodInfo();
Signature sm = new MethodSignature(m);