Ehcache Annotations for Spring

EhcacheAnnotationsforSpring是一个用于在Spring中集成Ehcache缓存系统的注解。

Config annotation

Configannotation使用Scala宏特性实现配置项映射示例代码:import com.wacai.config.annotation._class Server {  @conf val port = 0}// application.confserver {  port = 8080}//@conf will