mirror of
https://github.com/google/nomulus
synced 2026-01-05 21:15:18 +00:00
Add javadoc to contact/host flows and mark them final
Also make minor javadoc tweaks to domain transfer flows to match what we are changing in contact/host flows. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133955677
This commit is contained in:
@@ -29,11 +29,14 @@ import google.registry.model.host.HostResource;
|
||||
import javax.inject.Inject;
|
||||
|
||||
/**
|
||||
* An EPP flow that reads a host.
|
||||
* An EPP flow that returns information about a host.
|
||||
*
|
||||
* <p>The returned information included IP addresses, if any, and details of the host's most recent
|
||||
* transfer if it has ever been transferred. Any registrar can see the information for any host.
|
||||
*
|
||||
* @error {@link google.registry.flows.exceptions.ResourceToQueryDoesNotExistException}
|
||||
*/
|
||||
public class HostInfoFlow extends LoggedInFlow {
|
||||
public final class HostInfoFlow extends LoggedInFlow {
|
||||
|
||||
@Inject @TargetId String targetId;
|
||||
@Inject Optional<AuthInfo> authInfo;
|
||||
|
||||
Reference in New Issue
Block a user