Annotation Type Input
@Qualifier
@Target({FIELD,METHOD,ANNOTATION_TYPE,PARAMETER})
@Retention(RUNTIME)
@Inherited
@Documented
@Deprecated
public @interface Input
Deprecated.
as of 3.1 in favor of functional programming model
Indicates that an input binding target will be created by the framework.
- Author:
- Dave Syer, Marius Bogoevici
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDeprecated.Specify the binding target name; used as a bean name for binding target and as a destination name by default.- Returns:
- the binding target name
- Default:
- ""
-