@Qualifier @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ManagedProperty
The presence of this annotation (along
with @Inject
) on a field of any type causes the value returned from
evaluating an expression language expression to be
injected as the value of that field.
public abstract String value
Taken to be the value that is injected into the field.
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.