Interface AlterableContext

  • All Superinterfaces:
    Context

    public interface AlterableContext
    extends Context
    A Context which allows to manually destroy the Contextual Instance of the given Bean. Contexts for NormalScoped beans should implement this interface from CDI-1.1 on.
    • Method Detail

      • destroy

        void destroy​(Contextual<?> contextual)