I'd like to intercept a built-in bean's method, specifically BeanManager.fireEvent(Type, Object, Annotation...).  I could not find any information in the JSR299 Final Draft proposal that details any way of configuring interceptors for a method or class externally.  Is this possible?