kirillrakhman
04/29/2016, 2:44 PMkirillrakhman
04/29/2016, 2:45 PMkirillrakhman
04/29/2016, 2:45 PMmichaelrocks
04/29/2016, 2:47 PMdmitry.petrov
04/29/2016, 2:47 PMkirillrakhman
04/29/2016, 2:47 PMkirillrakhman
04/29/2016, 2:50 PMRef$IntRef
and friends for inline functions on the roadmap for 1.1?kirillrakhman
04/29/2016, 2:52 PMa = b.apply { b = a }
🧌dmitry.petrov
04/29/2016, 2:57 PMsreich
04/29/2016, 3:14 PMsreich
04/29/2016, 3:15 PMsreich
04/29/2016, 3:15 PMkirillrakhman
04/29/2016, 3:16 PMsreich
04/29/2016, 3:17 PMsreich
04/29/2016, 3:17 PMsreich
08/08/2016, 9:12 PMsreich
08/08/2016, 9:12 PMfellshard
08/08/2016, 9:14 PMExisting tools can already create, manipulate, and consume JAR files, so for ease of adoption and migration we define modular JAR files. A modular JAR file is like an ordinary JAR file in all possible ways, except that it also includes a module-info.class file in its root directory. A modular JAR file for the above com.foo.bar module, e.g., might have the content:
```META-INF/ META-INF/MANIFEST.MF module-info.class com/foo/bar/alpha/AlphaFactory.class com/foo/bar/alpha/Alpha.class ... ```
A modular JAR file can be used as a module, in which case its module-info.class file is taken to contain the module’s declaration. It can, alternatively, be placed on the ordinary class path, in which case its module-info.class file is ignored. Modular JAR files allow the maintainer of a library to ship a single artifact that works both as a module, on Java SE 9 and later, and as a regular JAR file on the class path, on all releases. We expect that implementations of Java SE 9 which include a jar tool will enhance that tool to make it easy to create modular JAR files.
fellshard
08/08/2016, 9:15 PMfellshard
08/08/2016, 9:16 PMsreich
08/08/2016, 9:16 PMsreich
08/08/2016, 9:16 PMfellshard
08/08/2016, 9:17 PMcypher121
08/09/2016, 5:32 PMbrianwernick
08/09/2016, 5:44 PMbrianwernick
08/09/2016, 5:44 PMcypher121
08/09/2016, 5:48 PMcypher121
08/09/2016, 5:50 PMcypher121
08/09/2016, 5:51 PMcypher121
08/09/2016, 5:52 PM