From alex.buckley at oracle.com Fri Aug 15 00:23:52 2014 From: alex.buckley at oracle.com (Alex Buckley) Date: Thu, 14 Aug 2014 17:23:52 -0700 Subject: Maintenance of the JSR 308 specification Message-ID: <53ED5318.8000405@oracle.com> Since March 2014, the specification of type annotations has been part of the specification of the Java SE 8 platform. Specifically, the specification of type annotations is given jointly by: - The Java Language Specification, Java SE 8 Edition - The Java Virtual Machine Specification, Java SE 8 Edition - Core Reflection API specification (java.lang.reflect) - Language Model API specification (javax.lang.model) - Annotation Processing API specification (javax.annotation.processing) Going forward, minor corrections to the specification of type annotations may be sent to the following OpenJDK lists: - For the JLS and JVMS: jls-jvms-spec-comments - For the Core Reflection API: core-libs-dev - For the Language Model & Annotation Processing APIs: compiler-dev The type-annotations-spec-experts list will shortly be made read-only. Alex