1 Reply Latest reply on Jul 17, 2009 12:17 PM by nickarls

    Error in spec: @Observes cannot override notify() method!

    federico.dalmaso

      I'm implementing an updated version of JSR-299 spec API aligned with the last document.
      I discover that notify() method is not allowed in Observes annotation declaration because, obviously, it cannot overrides Object.notify().


      I think it must be renamed.