On Sat, May 24, 2008 at 4:11 PM, David Leangen <[EMAIL PROTECTED]> wrote:
> Just going through the code again a bit today. I noticed that there isn't > much use of "final" for classes, methods, or fields. > > What's the policy on that? I am trying to put that in place "where it matters". final classes in API and SPI, where possible. final methods in API and SPI, when class is not final. final private fields everywhere possible. Cheers Niclas _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

