Google News
logo
JSF - Interview Questions
What does the @ManagedProperty annotation mean?
The @ManagedProperty annotation allows you to inject one managed bin into another.
 
@ManagedProperty(value = “#{beanName}”)
private BeanName beanName;

 

Advertisement