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


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

Enables resolving ExternalValue fields/methods against system properties.

Author:
Chris Beams
See Also:
PropertiesValueSource, EnvironmentValueSource, SystemPropertiesValueSourceHandler, ExternalValue