mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Add RFC references to EppResource Javadoc
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136747145
This commit is contained in:
parent
4feb8b695f
commit
ae7933da57
4 changed files with 14 additions and 3 deletions
|
@ -37,7 +37,7 @@ import javax.xml.bind.annotation.XmlElement;
|
|||
import javax.xml.bind.annotation.XmlTransient;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** An Epp entity object such as a contact or a host. */
|
||||
/** An EPP entity object (i.e. a domain, application, contact, or host). */
|
||||
@XmlTransient
|
||||
public abstract class EppResource extends BackupGroupRoot implements Buildable, ResponseData {
|
||||
|
||||
|
@ -45,6 +45,7 @@ public abstract class EppResource extends BackupGroupRoot implements Buildable,
|
|||
* Unique identifier in the registry for this resource.
|
||||
*
|
||||
* <p>This is in the (\w|_){1,80}-\w{1,8} format specified by RFC 5730 for roidType.
|
||||
* @see <a href="https://tools.ietf.org/html/rfc5730">RFC 5730</a>
|
||||
*/
|
||||
@Id
|
||||
@XmlElement(name = "roid")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue