org.springframework.config.java.annotation.valuesource
Annotation Type EnvironmentValueSource


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface EnvironmentValueSource

Enables resolving ExternalValue fields/methods against environment variables.

Author:
Chris Beams
See Also:
PropertiesValueSource, SystemPropertiesValueSource, EnvironmentValueSourceHandler, ExternalValue