Annotation Type ServerInitiated


  • @Target({FIELD,PARAMETER,METHOD})
    @Retention(RUNTIME)
    public @interface ServerInitiated
    A marker for database modifications which aren't directly related to a user request (e.g. happen outside of a request context). Those modifications will be attributed to the Gerrit server by using the Gerrit server identity as author for all related NoteDb commits.