mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +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:
@@ -40,7 +40,11 @@ import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** A persistable Contact resource including mutable and non-mutable fields. */
|
||||
/**
|
||||
* A persistable contact resource including mutable and non-mutable fields.
|
||||
*
|
||||
* @see <a href="https://tools.ietf.org/html/rfc5733">RFC 5733</a>
|
||||
*/
|
||||
@XmlRootElement(name = "infData")
|
||||
@XmlType(propOrder = {
|
||||
"contactId",
|
||||
|
||||
Reference in New Issue
Block a user