@Retention(value=RUNTIME)
public @interface GerritPersonIdent
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()
.