@Target(value={FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface UserInitiated
A marker for database modifications which are directly related to a user request (e.g. happen
inside of a request context). Those modifications will be attributed to the user by using the
user's identity as author for all related NoteDb commits.