René's URL Explorer Experiment


Title: Module import declarations | java.evolved

Open Graph Title: Module import declarations | java.evolved

X Title: Module import declarations | java.evolved

Description: Import all exported packages of a module with a single declaration.

Open Graph Description: Import all exported packages of a module with a single declaration.

X Description: Import all exported packages of a module with a single declaration.

Opengraph URL: https://javaevolved.github.io/language/module-import-declarations.html

direct link

Domain: javaevolved.github.io


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "headline": "Module import declarations",
    "description": "Import all exported packages of a module with a single declaration.",
    "url": "https://javaevolved.github.io/module-import-declarations.html",
    "publisher": {
        "@type": "Organization",
        "name": "java.evolved",
        "url": "https://javaevolved.github.io"
    },
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://javaevolved.github.io/module-import-declarations.html"
    }
}
  
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://javaevolved.github.io/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Language",
            "item": "https://javaevolved.github.io/#language"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Module import declarations"
        }
    ]
}
  

theme-color#f97316
mobile-web-app-capableyes
apple-mobile-web-app-status-bar-styleblack-translucent
apple-mobile-web-app-titlejava.evolved
og:typearticle
og:site_namejava.evolved
og:localeen
og:imagehttps://javaevolved.github.io/og/language/module-import-declarations.png
og:image:width1200
og:image:height630
og:image:typeimage/png
twitter:cardsummary_large_image
twitter:imagehttps://javaevolved.github.io/og/language/module-import-declarations.png

Links:

java.evolvedhttps://javaevolved.github.io/
https://github.com/javaevolved/javaevolved.github.io
← All patternshttps://javaevolved.github.io/
https://javaevolved.github.io/language/primitive-types-in-patterns.html
https://javaevolved.github.io/language/exhaustive-switch.html
Homehttps://javaevolved.github.io/
Languagehttps://javaevolved.github.io/#language
🐛 Report a code issuehttps://github.com/javaevolved/javaevolved.github.io/issues/new?template=code-issue.yml&title=%5BCode%20Issue%5D%20Module%20import%20declarations&category=language&slug=module-import-declarations
🌐 Report a translation issuehttps://github.com/javaevolved/javaevolved.github.io/issues/new?template=translation-issue.yml&title=%5BTranslation%5D%20Module%20import%20declarations%20%28English%29&locale=en&pattern=module-import-declarations&area=Pattern%20content
💡 Suggest a new patternhttps://github.com/javaevolved/javaevolved.github.io/issues/new?template=new-pattern.yml
𝕏https://x.com/intent/tweet?url=https%3A%2F%2Fjavaevolved.github.io%2Flanguage%2Fmodule-import-declarations.html&text=Module%20import%20declarations%20%E2%80%93%20java.evolved
🦋https://bsky.app/intent/compose?text=Module%20import%20declarations%20%E2%80%93%20java.evolved%20https%3A%2F%2Fjavaevolved.github.io%2Flanguage%2Fmodule-import-declarations.html
inhttps://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fjavaevolved.github.io%2Flanguage%2Fmodule-import-declarations.html
https://www.reddit.com/submit?url=https%3A%2F%2Fjavaevolved.github.io%2Flanguage%2Fmodule-import-declarations.html&title=Module%20import%20declarations%20%E2%80%93%20java.evolved
Let us know.https://github.com/javaevolved/javaevolved.github.io/issues/new?template=code-issue.yml&title=%5BCode%20Issue%5D%20Module%20import%20declarations&category=language&slug=module-import-declarations
Module Import Declarations (JEP 494) ↗https://openjdk.org/jeps/494
View proof source ↗https://github.com/javaevolved/javaevolved.github.io/blob/main/proof/language/ModuleImportDeclarations.java
Language Beginner Type inference with var Java 8 Map> map = new HashMap>(); for (Map.Entry> e : map.entrySet()) { // verbose type noise } Java 10+ var map = new HashMap>(); for (var entry : map.entrySet()) { // clean and readable } Hover to see modern ➜ JDK 10+ → https://javaevolved.github.io/language/type-inference-with-var.html
Language Beginner Text blocks for multiline strings Java 8 String json = "{\n" + " \"name\": \"Duke\",\n" + " \"age\": 30\n" + "}"; Java 15+ String json = """ { "name": "Duke", "age": 30 }"""; Hover to see modern ➜ JDK 15+ → https://javaevolved.github.io/language/text-blocks-for-multiline-strings.html
Language Beginner Switch expressions Java 8 String msg; switch (day) { case MONDAY: msg = "Start"; break; case FRIDAY: msg = "End"; break; default: msg = "Mid"; } Java 14+ String msg = switch (day) { case MONDAY -> "Start"; case FRIDAY -> "End"; default -> "Mid"; }; Hover to see modern ➜ JDK 14+ → https://javaevolved.github.io/language/switch-expressions.html
java.evolvedhttps://javaevolved.github.io/
Bruno Borgeshttps://github.com/brunoborges
GitHub Copilothttps://github.com/features/copilot
modern-css.comhttps://modern-css.com
View on GitHubhttps://github.com/javaevolved/javaevolved.github.io

Viewport: width=device-width, initial-scale=1.0

Robots: index, follow


URLs of crawlers that visited me.