added enunciate for doc generation

This commit is contained in:
Athou
2013-04-15 14:47:37 +02:00
parent f8faa69f02
commit 12e775d64d
14 changed files with 121 additions and 4 deletions

View File

@@ -2,7 +2,13 @@ package com.commafeed.frontend.model;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@SuppressWarnings("serial")
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
public class Subscription implements Serializable {
private Long id;