users@jaxb.java.net

final variables

From: Trevor Kramer <tkramer_at_hampshire.edu>
Date: Thu, 14 Sep 2006 19:59:09 -0700

Given the new guarantees in the Java 1.5 memory model in regards to
final variables and concurrent access are there any plans to allow
final variables in annotated jaxb classes (remove the no-arg
constructor requirement)? This would greatly ease writing properly
synchronized programs that deal with immutable objects.

Thanks,

Trevor