Skip to content

Implementation decisions

cyrille-leclerc edited this page Dec 31, 2012 · 2 revisions
  • As the library is embedded in applications, it must have the minimal number of dependencies and the minimal footprint
    • Required libraries: SLF4J, Jackson2
    • Optional library: spring-beans and spring-context if you use the Spring Integration
    • Note: few utils classes are inspired by Google Guava or others and are javadoc'ed as such.