// These methods are all very similar, unfortunately there's no way to use Java templates to solve// The redundancy because annotations can not have inheritance, and the ".value()" function is specific// to each class
Stripe Lock in Java:
https://google.github.io/guava/releases/19.0/api/docs/com/google/common/util/concurrent/Striped.html
http://codingjunkie.net/striped-concurrency/
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deploymenttime.
Comments
Post a Comment