Package com.google.gerrit.server
Annotation Interface GerritPersonIdent
Marker on a
PersonIdent
pointing to the identity + timestamp
representing the Gerrit server itself.
When injecting this into a singleton class, use Provider<PersonIdent>
so you get a
fresh timestamp for each call to get()
.