package com.commafeed.backend.dao; import javax.ejb.Stateless; import com.commafeed.model.FeedEntryStatus; @Stateless public class FeedEntryStatusService extends GenericDAO { }