javax.faces.bean
Annotation Type ManagedProperty
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Inherited
public @interface ManagedProperty
- Since:
- 2.0
- Version:
- $Revision: 799929 $ $Date: 2009-08-01 16:29:33 -0500 (Sat, 01 Aug 2009) $
- Author:
- Simon Lessard (latest modification by $Author: jankeesvanandel $)
Required Element Summary |
java.lang.String |
value
Taken to be the value that is injected into the field. |
Optional Element Summary |
java.lang.String |
name
Taken to be the managed-property-name. |
value
public abstract java.lang.String value
- Taken to be the value that is injected into the field.
name
public abstract java.lang.String name
- Taken to be the managed-property-name.
- Default:
- ""
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.