javax.faces.bean
Annotation Type ManagedProperty
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Inherited
public @interface ManagedProperty
- Since:
- 2.0
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 © 2015 The Apache Software Foundation. All rights reserved.