
javax.enterprise.context.spi.package-info Maven / Gradle / Ivy
/**
* The custom context SPI.
*
* Associated with every
* {@linkplain javax.enterprise.context scope type} is a
* {@linkplain javax.enterprise.context.spi.Context context object}.
* The context object implements the semantics of the scope type.
*
* The context implementation collaborates with the container via
* the {@link javax.enterprise.context.spi.Context Context} and
* {@link javax.enterprise.context.spi.Contextual Contextual}
* interfaces to create and destroy contextual instances.
*
* @see javax.enterprise.context
* @see javax.enterprise.inject.spi
*/
package javax.enterprise.context.spi;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy