javax.faces.bean
Annotation Type ManagedProperty
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Inherited
public @interface ManagedProperty
- Since:
- 2.0
- Version:
- $Revision: 1188246 $ $Date: 2011-10-24 12:28:22 -0500 (Mon, 24 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: struberg $)
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 © 2013 The Apache Software Foundation. All Rights Reserved.