Module jakarta.cdi

Interface SeContainer

All Superinterfaces:
AutoCloseable, Instance<Object>, Iterable<Object>, Provider<Object>

public interface SeContainer extends Instance<Object>, AutoCloseable
Provides access to the current container in Java SE.

SeContainer implements Instance and therefore might be used to perform programmatic lookup. If no qualifier is passed to Instance.select(java.lang.annotation.Annotation...) method, the @Default qualifier is assumed.

CDI Lite implementations are not required to provide support for CDI in Java SE.

Since:
2.0