8169069: Module system implementation refresh (11/2016)

Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Bhavesh Patel <bhavesh.x.patel@oracle.com>
Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com>
Reviewed-by: mcimadamore, jjg, mchung, anazarov
This commit is contained in:
Alan Bateman 2016-12-01 09:02:42 +00:00
parent 51f50b64e5
commit 22e233b2e9
214 changed files with 5453 additions and 1175 deletions

View file

@ -8,8 +8,8 @@
module java.transaction {
requires java.base;
resuires javax.interceptor.javax.interceptor.api;
requires public javax.enterprise.cdi.api;
requires public java.sql;
requires public java.rmi;
requires transitive javax.enterprise.cdi.api;
requires transitive java.sql;
requires transitive java.rmi;
export javax.transaction;
}