Class AnnotationsPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
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.
Since:
1.4.0
Author:
Phillip Webb, Andy Wilkinson