Given a bean with a bridge method I don't get the annotations of the real method if I pass in a bridge method signature to AnnotatedElementMetaDataLoad.getComponentMetaDataRetrieval.
Either it should just work B-) or it should throw an IllegalArgumentException at some point. :((
See attached patch for a test case.