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 23:29:33 +0200 (Sat, 01 Aug 2009) $
- Author:
- Simon Lessard (latest modification by $Author: jankeesvanandel $)
Required Element Summary |
String |
value
Taken to be the value that is injected into the field. |
Optional Element Summary |
String |
name
Taken to be the managed-property-name. |
value
public abstract String value
- Taken to be the value that is injected into the field.
name
public abstract String name
- Taken to be the managed-property-name.
- Default:
- ""
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.