Annotation Type JaversAuditable


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface JaversAuditable
    Enables auto-audit when put on a method (typically on a method in a Repository)

    Triggers Javers.commit(String, Object) for each method argument.
    See Also:
    JaversAuditableAspect