Community
Participate
Working Groups
>We need some method of tracking which classes should be thread safe >or are known not to be thread safe >We also need a way to document what we are locking on. It would be benificial to the developers and users to use some annotations to mark up our classes as currently it is difficult to determine which classes are required to maintain thread safety. See the work by Brian Goetz an others in "Java Concurrency in Practice". The annotation source and binary jar is available under the creativecommons.org license at http://www.javaconcurrencyinpractice.com/ in the form of @ThreadSafe @NotThreadSafe @Immutable @GuardedBy
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink