annotations not needed anymore

This commit is contained in:
Athou
2013-08-12 13:42:18 +02:00
parent 5b5d5cca1c
commit 5ef8fd18ca
13 changed files with 2 additions and 71 deletions

View File

@@ -4,10 +4,6 @@ import java.io.Serializable;
import java.util.Arrays;
import java.util.Date;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import lombok.Data;
import com.commafeed.backend.feeds.FeedUtils;
@@ -22,8 +18,6 @@ import com.wordnik.swagger.annotations.ApiClass;
import com.wordnik.swagger.annotations.ApiProperty;
@SuppressWarnings("serial")
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
@ApiClass("Entry details")
@Data
public class Entry implements Serializable {