Change By: Matus Abaffy (02/Dec/13 2:36 PM)
Description: {code}
@Named
public class BeanA {...}
{code}
{code}
@Specializes
public class BeanB extends BeanA {...}
{code}
{code}
@Specializes
public class BeanC extends BeanB {
    public String getPropC() { return "PropC from BeanC here!"; }
}
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira