I have an EAR with modules:
@Local FooService // (interface of a local stateless session bean)
@Stateless FooServiceImpl implements FooService //(implementation of the foo service)
public class ...