Projects in Awesome Lists tagged with java10
A curated list of projects in awesome lists tagged with java10 .
https://github.com/inria/spoon
Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
abstract-syntax-tree ast code-analysis code-generation code-transformation compile-time-reflection hacktoberfest inria java java-module java10 java9 metaprogramming parser spoon static-analysis
Last synced: 13 May 2025
https://github.com/INRIA/spoon
Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
abstract-syntax-tree ast code-analysis code-generation code-transformation compile-time-reflection hacktoberfest inria java java-module java10 java9 metaprogramming parser spoon static-analysis
Last synced: 27 Mar 2025
https://github.com/stefan-zobel/streamsupport
Backport of Java 8/9 java.util.stream API to Java 6/7 and Android
android completablefuture flow java10 java8 java9 jep-266 reactive-streams stream-api
Last synced: 05 Oct 2025
https://github.com/neomatrix369/java-10-and-beyond
Examples and exercises based on some of the features of Java 10 (GA and Early Access builds)
examples exercises java java10
Last synced: 05 May 2025
https://github.com/niumoo/jdk-feature
☕【Java 新特性系列】Java 版本任你发,我用 Java 8 。但是多学点这种奇巧的装 X 技巧总没错,何况有些新语法说不定是真香呢。
java java10 java11 java8 java8-lambda-expression java8-stream java8-tutorial java9
Last synced: 05 Oct 2025
https://github.com/stefan-zobel/http2client-java8
Experimental Java 8 backport of the incubating Java 10 HTTP/2 and WebSocket API
http2 httpclient java10 java8 java9
Last synced: 08 May 2025
https://github.com/xuwei-k/sbt-jshell
sbt jshell plugin
java10 java9 jshell sbt sbt-plugin
Last synced: 23 Apr 2025
https://github.com/mohamed-taman/effective-java-se
Effective Java SE 9 through 19 APIs & Language features, make your life easier.
containers graalvm java java10 java11 java12 java13 java14 java15 jpms jshell jvm language-features
Last synced: 10 Apr 2025
https://github.com/avinandanbose/java-collections-map
Here is all about Map of Java
java java10 java4 java5 java6 java7 java8 java9 javacollection javacollections javamap javamapcollections map mapping mappings maps
Last synced: 14 Jun 2025
https://github.com/avinandanbose/javageneric
This is all about Java Generics
generic generics-collections generics-in-java generics-rep java java-10 java-11 java-7 java-8 java-9 java10 java11 java7 java8 java9
Last synced: 14 Apr 2025
https://github.com/javazakariae/javachallenges
This repository contains my Java responses for some Java questions.
java-8 java-streams java10 java11 java12 java13 java9
Last synced: 29 Oct 2025
https://github.com/vaadin-learning-center/flow-helloworld-maven-meecrowave
Vaadin Flow - HelloWord with maven and Apache Meecrowave
apache java10 jdk maven meecrowave ruppert sven vaadin vaadin-flow
Last synced: 22 Aug 2025
https://github.com/vaadin-learning-center/flow-layout-nested-layouts
How to deal with nested Layouts / ParentLayouts in Flow
java10 jdk layout nested-layouts ruppert sven vaadin vaadin-flow vaadin10
Last synced: 14 Oct 2025
https://github.com/neiljbrown/java10-examples
Java code examples for the major new language features that were added to Java 10.
Last synced: 14 Apr 2025
https://github.com/arafkarsh/javaexamples
Java Language Feature Examples, Java 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, Java 5 & Java 1. Examples of SOLID Design Principles.
java10 java11 java12 java13 java14 java15 java16 java17 java18 java19 java20 java21 java22 java23 java5 java8 java9
Last synced: 04 Mar 2025
https://github.com/tornaia/java-minimum-desktop-app
Java Minimum Desktop App | Sample project
desktop java java10 javapackager mit-license windows
Last synced: 20 Mar 2025
https://github.com/juku/vertx-binary-serialization
A simple binary serialization method for vertx which uses annotations & reflection like spring jpa / hibernate for databases.
java java10 java8 network networking serialization vertx
Last synced: 24 Feb 2025
https://github.com/lycan-nt/java-web-studies
In this repository and where I save my progress in studying the Java language.
java java-8 java10 java11 java17 jwt microservice microservices mongodb spring spring-boot tdd tdd-java
Last synced: 31 Dec 2025
https://github.com/kilianb/javafxmultichart
A composite chart allowing to use several different series types in one chart object (line, scatter and area) as well as multiple x and y axis
area-chart charts java10 javafx line-plot scatter-plot
Last synced: 27 Feb 2025
https://github.com/mustafabinguldev/javanewfeatures
In this repository I'm adding code related to java updates that I consider important. If you want to check it out, you can look at the packages.
java java-21 java-news java-updates java10 jdk jdk10 kodbeyin updates
Last synced: 16 Mar 2025
https://github.com/koodeau/numbersarray
This program will output odd and even numbers from array which will be length you choose.
java java-library java10 jdk jdk10 koodeau swing
Last synced: 05 Apr 2025
https://github.com/zero88/zero-oauth
Simple OAuth libraries for client and server integration
java java-8 java10 oauth1 oauth1-client oauth1-server oauth2 oauth2-client oauth2-server openid-client openid-connect openid-server
Last synced: 05 Apr 2025
https://github.com/afinlay5/java10var
Java source code example demonstrating Local variable Type Inference (var), posted on personal blog (http://bit.ly/VarJava).
gradle java java10 typeinference var
Last synced: 08 Jul 2025
https://github.com/vaadin-learning-center/flow-i18n-i18nprovider
How to start with the I18nProvider in Flow
i18n internationalization java10 jdk maven ruppert sven vaadin vaadin-flow
Last synced: 23 Jul 2025
https://github.com/armin2208/numbersort
Simple implementation of three sort algorithms: BubbleSort, SelectionSort and InsertionSort.
bubble-sort bubblesort insertion-sort insertionsort java10 selection-sort selectionsort sorting-algorithms
Last synced: 08 Apr 2025
https://github.com/mtumilowicz/java11-optional
Java 9, 10, 11 Optional API news overview.
java-optional java10 java11 java9 optional
Last synced: 03 Aug 2025
https://github.com/mtumilowicz/java10-local-type-inference
Gentle introduction to Java 10 local variable type inference.
java10 try-with-resources type-inference typeinference var
Last synced: 23 Feb 2025
https://github.com/chamodshehanka/matricescalculator
This is team testion project
Last synced: 09 Oct 2025
https://github.com/onero/gotoamsterdam2019
Projects and Knowledge related to the conference
java-http-client java-modules java-optional java-process java10 java11 java12 java9
Last synced: 04 Mar 2025