@Target(value={FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented @Qualifier @Bindable public @interface Parameter
Specifies that an argument to a bean constructor is user provided and a
ParametrizedBeanFactory
should be generated.
Should be applied only to constructor arguments and Bean
factory methods
@AliasFor(annotation=Bindable.class, member="value") public abstract String value