On Thu, Jan 22, 2009 at 2:32 AM, Simon Kitching <[email protected]>wrote:
> Hi, > > Could someone explain to me what this is about? > https://issues.apache.org/jira/browse/MYFACES-2135 > > How can @Deprecated annotations "change the method signature"? > Hi If the annotations are marked to be preserved at runtime, they are added to method signature. Anyway, binary compatibility test (using maven clirr plugin) does not show problems if they are present or not, but j2ee tck detects it. regards Leonardo Uribe > > Thanks, > Simon >
