インターフェース Interceptor<T>

型パラメーター:
T - インターセプター Bean クラス
すべてのスーパーインターフェース:
Bean<T>BeanAttributes<T>Contextual<T>

public interface Interceptor<T> extends Bean<T>

有効なインターセプターを表します。

CDI 2.0 以降、このインターフェースの実装は Prioritized を実装して、アプリケーション全体でインターセプターに特定の優先度値を設定できるようにする場合があります。

作成者:
Gavin King, Pete Muir, David Allen