public abstract @interface

Value

implements Annotation
org.springframework.beans.factory.annotation.Value

Class Overview

Annotation at the field or method/constructor parameter level that indicates a default value expression for the affected argument.

Typically used for expression-driven dependency injection. Also supported for dynamic resolution of handler method parameters, e.g. in Spring MVC.

A common use case is to assign default field values using "#{systemProperties.myProp}" style expressions.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation