@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Configuration
可与Value来实现注入配置参数. 这种类也是只在启动时有用,相当于启动配置文件的作用.
Value