Skip to content

Randgalt/java-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Build Maven Central

Java Composer

This is a soft-fork of JavaPoet. JavaPoet appears to have been abandoned and is missing support for post-Java 8 features. This repository exists solely to add those missing features until a time when JavaPoet chooses to reactivate.

Please see JavaPoet for documentation, licensing, etc.

    <groupId>io.soabase.java-composer</groupId>
    <artifactId>java-composer</artifactId>
    <version>VERSION</version>

Changes From JavaPoet

March 26, 2024

  • Require Java 17
  • Add record support from square/javapoet#981
  • Support sealed/non-sealed/permits