I investigated this a bit. It seems that Paranamer does not retrieve interface or abstract methods parameters names using the BytecodeReadingParanamer. ParanamerParameterNameProvider will always fall back to the default provider. Using @Named with AnnotationParanamer does retrieve the name specified in @Named.
|