-
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ManagedProperty
The presence of this annotation on a field of a class annotated with
ManagedBean
instructs the system to inject a value into this property as described in section JSF.5.3 of the spec prose document in the<managed-property>
subsection. The time of instantiation is dictated by the value of the attributes on the usage ofManagedBean
and by the application logic itself. The value of thevalue()
attribute may be a literalString
or aValueExpression
. If the latter, the expression must not be evaluated until the bean is instantiated. The value of the name attribute is taken to be the managed-property-name for this property. If not specified, the managed-property-name is taken to be the name of the field to which this is attribute is attached.If this annotation is present on a class that does not have the
ManagedBean
annotation, the implementation must take no action on this annotation.
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/faces/bean/ManagedProperty.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.