Module org.tquadrat.foundation.javacomposer
module org.tquadrat.foundation.javacomposer
Foundation JavaComposer is a fork of the JavaPoet library for the
Foundation library set.
- See Also:
- Open Issues (The ToDo List):
-
- 2021-01-05 – An implementation for the new record type is needed. At 2021-02-14, the implementation is mostly done, only the parameterless constructor is missing.
- 2021-01-05 – The modifiers sealed and non-sealed needs to be implemented, together with the permits keyword.
- 2021-01-05 – How do we generate a package-info.java file?
- 2021-01-05 – How do we generate a module-info.java file?
- 2021-01-05 – Can we use the new switch statement for generated code?
- 2021-01-09 – Add the suppressable warnings from IntelliJ IDEA to the enum class SuppressableWarnings.
- 2021-01-09 – Add the missing suppressable warnings from the IntelliJ IDEA list.
- 2021-01-18 – Enhance the layouts that it will allow the generation of code that is fully Foundation compliant.
- 2021-01-18 – Remove the deprecated methods and classes once the implementation of JavaComposer is done. This also requires the adjustment of the existing tests.
- 2021-01-20 – Remove the use of the deprecated AnnotationSpec APIs.
- 2021-02-02 – Consolidate the exceptions thrown by the JavaComposer code; currently, that is a mixture of ValidationException, IllegalArgumentException, NullArgumentException and IllegalStateException. At least IllegalStateException might be obsolete.
- 2021-04-02 – Validate the generated Javadocs
- 2023-03-02 – Add the capability to generate Compact Constructors for records. Refer to https://blogs.oracle.com/javamagazine/post/java-records-constructor-methods-inheritance
- 2023-03-06 – Fix the broken @Option for Collections
-
Packages
PackageExported To ModulesDescriptionAll ModulesJavaComposer is a Java toolkit for the generation of Java source code.NoneThe implementations for the interfaces from the packageorg.tquadrat.foundation.javacomposer
.Indirect ExportsFromPackagesjava.basecom.sun.crypto.provider com.sun.security.ntlm java.io java.lang java.lang.annotation java.lang.constant java.lang.foreign java.lang.invoke java.lang.module java.lang.ref java.lang.reflect java.lang.runtime java.math java.net java.net.spi java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.nio.file java.nio.file.attribute java.nio.file.spi java.security java.security.cert java.security.interfaces java.security.spec java.text java.text.spi java.time java.time.chrono java.time.format java.time.temporal java.time.zone java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.function java.util.jar java.util.random java.util.regex java.util.spi java.util.stream java.util.zip javax.crypto javax.crypto.interfaces javax.crypto.spec javax.net javax.net.ssl javax.security.auth javax.security.auth.callback javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert jdk.internal.access jdk.internal.classfile jdk.internal.classfile.attribute jdk.internal.classfile.constantpool jdk.internal.classfile.instruction jdk.internal.event jdk.internal.foreign jdk.internal.io jdk.internal.javac jdk.internal.jimage jdk.internal.jimage.decompressor jdk.internal.jmod jdk.internal.loader jdk.internal.logger jdk.internal.misc jdk.internal.module jdk.internal.org.objectweb.asm jdk.internal.org.objectweb.asm.commons jdk.internal.org.objectweb.asm.tree jdk.internal.org.objectweb.asm.util jdk.internal.org.xml.sax jdk.internal.org.xml.sax.helpers jdk.internal.perf jdk.internal.platform jdk.internal.ref jdk.internal.reflect jdk.internal.util jdk.internal.util.random jdk.internal.util.xml jdk.internal.util.xml.impl jdk.internal.vm jdk.internal.vm.annotation jdk.internal.vm.vector sun.invoke.util sun.net sun.net.dns sun.net.ext sun.net.util sun.net.www sun.net.www.protocol.http sun.nio.ch sun.nio.cs sun.nio.fs sun.reflect.annotation sun.reflect.generics.reflectiveObjects sun.reflect.misc sun.security.action sun.security.internal.interfaces sun.security.internal.spec sun.security.jca sun.security.pkcs sun.security.provider sun.security.provider.certpath sun.security.rsa sun.security.timestamp sun.security.tools sun.security.util sun.security.util.math sun.security.util.math.intpoly sun.security.validator sun.security.x509 sun.util.cldr sun.util.locale.provider sun.util.logging sun.util.resourcesjava.compilerjavax.annotation.processing javax.lang.model javax.lang.model.element javax.lang.model.type javax.lang.model.util javax.toolsorg.apiguardian.apiorg.tquadrat.foundation.baseorg.tquadrat.foundation.annotation org.tquadrat.foundation.exception org.tquadrat.foundation.function org.tquadrat.foundation.function.tce org.tquadrat.foundation.lang org.tquadrat.foundation.lang.internal org.tquadrat.foundation.streamorg.tquadrat.foundation.util -
Modules
RequiresModifierModuleDescriptionjava.basetransitivejava.compilertransitiveorg.tquadrat.foundation.utilIndirect RequiresModifierModuleDescriptiontransitiveorg.apiguardian.apitransitiveorg.tquadrat.foundation.base