类 AnnotationsPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<Class<?>>
org.springframework.core.env.EnumerablePropertySource<Class<?>>
org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource

public class AnnotationsPropertySource extends EnumerablePropertySource<Class<?>>
EnumerablePropertySource to adapt annotations marked with @PropertyMapping.
从以下版本开始:
1.4.0
作者:
Phillip Webb, Andy Wilkinson