--- jsr166/intro.html 2002/09/29 19:20:58 1.1 +++ jsr166/intro.html 2002/10/25 22:55:44 1.2 @@ -14,6 +14,17 @@ To join a mailing list discussing this J http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest .

+ + Disclaimer - This prototype is experimental code developed as part of + JSR166 and made available to the developer community for use + as-is. It is not a supported product. Use it at your own risk. The + specification, language and implementation are subject to change as a + result of your feedback. Because these features have not yet been + approved for addition to the Java language, there is no schedule for + their inclusion in a product. + + +

Package java.util.concurrent contains utility classes that are commonly useful in concurrent programming. Like package java.util, it includes a few small standardized extensible frameworks, as well as