Description
It seems we have a different signature for BeforeBeanDiscovery.addInterceptorBinding method. see the link: http://java.sun.com/javaee/6/docs/api/javax/enterprise/inject/spi/BeforeBeanDiscovery.html. It seems we did change the method for about a year. So probably, it is caused by recent change in the spec/api?
Missing Methods
---------------
javax.enterprise.inject.spi.BeforeBeanDiscovery: method public abstract void javax.enterprise.inject.spi.BeforeBeanDiscovery.addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation>)
Added Methods
-------------
javax.enterprise.inject.spi.BeforeBeanDiscovery: method public abstract !varargs void javax.enterprise.inject.spi.BeforeBeanDiscovery.addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation[])