Package com.google.gerrit.server
Annotation Type GerritPersonIdent
-
@Retention(RUNTIME) public @interface GerritPersonIdent
Marker on aPersonIdent
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 toget()
.