Module jakarta.cdi

Interface Contextual<T>

Type Parameters:
T - type of the instance
All Known Subinterfaces:
Bean<T>, Decorator<T>, Interceptor<T>

public interface Contextual<T>

Defines operations to create and destroy contextual instances of a certain type. Any implementation of Contextual is called a contextual type. In particular, all beans are contextual types.

See Also: