Interface SyntheticExtension

  • All Superinterfaces:
    Extension

    public interface SyntheticExtension
    extends Extension
    A synthetic extension. This extension is not registered as a bean, Weld only registers the synthetic container lifecycle observer methods.
    Author:
    Martin Kouba
    • Method Detail

      • initialize

        default void initialize​(BeanManager beanManager)
        Allows to initialize the synthetic observers before put into service.
        Parameters:
        beanManager -