The @javax.faces.bean.ManagedBean annotation is used for defining managed beans without XML, but it looks like you're right. It's not in the PDF. However, the other annotations are there. And the @ManagedBean is in the JavaDocs.
It looks like an inconsistency between spec and JavaDocs... I'll post it on the JSR-314 mailinglist. Regards, Jan-Kees 2009/8/3 Curtiss Howard <[email protected]>: > Hi, > > The JSF 2.0 sample I'm trying to get working annotates its bean with > @javax.faces.bean.ManagedBean, among other things. I noticed that JK > dropped in annotations for javax.faces.bean, but I'm wondering where > these annotations are defined. They certainly aren't listed in the > "final" Javadocs dated 6/26, so what gives? I pulled this sample from > Mojarra's official RI binary zip, so I assume that this wasn't an > accident, but I'm baffled as to why I can't find documentation on > them. > > Can anyone shed some light on this situation? > > Thanks, > > > Curtiss Howard >
