Taking an EJB class , that has a method with parameters that are not marked with @inject, and the method is marked as @postconstruct .
When the EJB is deployed, deployment should fail with an error, which currently it does not.