Hi;
While running signature test, discovered that spec defines
BeforeBeanDiscovery#public void addInterceptorBinding(Class<? extends Annotation> bindingType, Annotation... bindingTypeDef);
But CDI API defines
BeforeBeanDiscovery#public void addInterceptorBinding(Class<?
extends Annotation> bindingType);
we use first one, which one is correct?
--Gurkan