mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Add RFC references to EppResource Javadoc
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136747145
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user