package com.sun.faces.test.javaee8.websocket; import static javax.faces.annotation.FacesConfig.Version.JSF_2_3; import javax.faces.annotation.FacesConfig; @FacesConfig( // Activates CDI build-in beans version = JSF_2_3 ) public class ConfigurationBean { }