Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the status of Java superpackages?

Tags:

java

java-7

In JSR 294 the superpackage feature for Java is specified. It should debut in Java 7, but the JSR is marked as inactive and Java 7 was released half a year ago.

Definite information on superpackages are somewhat hard to come by on the net, there are numerous articles on the 'upcoming superpackages', but hardly any on the current state of the feature. So my question is: What is the status of the feature?

like image 651
Markus Avatar asked Apr 11 '12 08:04

Markus


Video Answer


1 Answers

I believe it is now called modules and should be part of Java 8 Java 9 - you can find more information in JSR 337 (search for module on the page). Modules are covered by Project Jigsaw.

like image 179
assylias Avatar answered Sep 28 '22 20:09

assylias