Add RFC references to EppResource Javadoc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136747145
This commit is contained in:
ctingue 2016-10-20 12:43:42 -07:00 committed by Ben McIlwain
parent 4feb8b695f
commit ae7933da57
4 changed files with 14 additions and 3 deletions

View file

@ -50,7 +50,11 @@ import javax.xml.bind.annotation.XmlType;
import org.joda.time.DateTime;
import org.joda.time.Interval;
/** A persistable domain resource including mutable and non-mutable fields. */
/**
* A persistable domain resource including mutable and non-mutable fields.
*
* @see <a href="https://tools.ietf.org/html/rfc5731">RFC 5731</a>
*/
@XmlRootElement(name = "infData")
@XmlType(propOrder = {
"fullyQualifiedDomainName",