The @Local EJB annotation contains incorrect JavaDoc in jboss-ejb-api.
There is:
Bean class annotation that specifies remote interfaces of the Session bean.
but it should be rather:
Bean class annotation that specifies local business interface(s) of the Session bean.