On the components, the accessors are final because the
renderers typically go through the bean, not the component,
so overriding is pointless.

AFAIK, there is zero benefit to performance from setting final
anywhere other than on an instance variable.

-- Adam


On 8/16/07, Simon Lessard <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I assume it's only for performances? But isn't that a little bit too
> restrictive to prevent any subclass from overriding a get to add a prefix or
> suffix for example?
>
>
> ~ Simon
>

Reply via email to