public interface  jakarta.enterprise.inject.spi.Interceptor extends java.lang.Object implements jakarta.enterprise.inject.spi.Bean
{
public abstract java.util.Set getInterceptorBindings();
public abstract boolean intercepts(jakarta.enterprise.inject.spi.InterceptionType);
public abstract java.lang.Object intercept(jakarta.enterprise.inject.spi.InterceptionType, java.lang.Object, jakarta.interceptor.InvocationContext) throws java.lang.Exception;
}