I have the following bean:
import java.util.List; import javax.faces.bean.RequestScoped; import javax.annotations.ManagedBean; import javax.persistence.EntityMan
using java 8, eclipse luna, tomcat 8 and mojarra 2.2.7; after importing @ManagedBean from javax.faces.bean.ManagedBean instead of javax.annotations.ManagedBean, it works just fine.
@ManagedBean
javax.faces.bean.ManagedBean
javax.annotations.ManagedBean