クラス AnnotationsPropertySource

java.lang.ObjectSE
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource <クラスSE<?>>
org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource

public class AnnotationsPropertySource extends EnumerablePropertySource<ClassSE<?>>
@PropertyMapping でマークされたアノテーションを適応させる EnumerablePropertySource
導入:
1.4.0
作成者:
Phillip Webb, Andy Wilkinson