jar

com.github.wnameless : spring-paper-trail

Maven & Gradle

Aug 30, 2015
4 stars

spring-paper-trail · Add automatic audit trail to all stateful HTTP requests by the annotation @EnablePaperTrail

Table Of Contents

Latest Version

Download com.github.wnameless : spring-paper-trail JAR file - Latest Versions:

All Versions

Download com.github.wnameless : spring-paper-trail JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-paper-trail-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wnameless.spring.papertrail

├─ com.github.wnameless.spring.papertrail.AbstractJpaPaperTrail.class - [JAR]

├─ com.github.wnameless.spring.papertrail.AbstractMongoPaperTrail.class - [JAR]

├─ com.github.wnameless.spring.papertrail.AbstractPaperTrail.class - [JAR]

├─ com.github.wnameless.spring.papertrail.EnablePaperTrail.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrail.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrailCallback.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrailConfig.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrailCrudRepository.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrailInterceptor.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrailService.class - [JAR]

├─ com.github.wnameless.spring.papertrail.PaperTrailUserIdStrategy.class - [JAR]