addClassAnnotations(advisor.getClazz(), mutable, classAnnotations);
addMethodAnnotations(m, mutable, methodAnnotations);
addFieldAnnotations(f, mutable, fieldAnnotations);
addConstructorAnnotations(c, mutable, ctorAnnotations);
MetaData metadata = new MetaDataRetrievalToMetaDataBridge(mutable);
advisor.setMetadata(metadata);
}