Hi all, JSF 2.0 introduces a couple of new annotations. Among them is @ResourceDependency that can be added to many things, for example components, renderers, converters and validators. However, the spec doesn't define any utility class to handle the common behavior associated to the annotation. So I then again have the do I clone code or something else issue. Right now I would need to clone the code in 3 classes, ApplicationImpl, UIOutput and UIInput.
I think I'll just make it package private in javax.faces.component.UIOutput so that ApplicationImpl use a clone, but not UIInput. Does that make sense to you? Thanks, ~ Simon
