jar

cc.jilt : jilt

Maven & Gradle

Jan 09, 2023
238 stars

Jilt · Java annotation processor for auto-generating Builder (including Type-Safe Builder) classes

Table Of Contents

Latest Version

Download cc.jilt : jilt JAR file - Latest Versions:

All Versions

Download cc.jilt : jilt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.2.x
1.1
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jilt-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jilt.internal

├─ org.jilt.internal.AbstractBuilderGenerator.class - [JAR]

├─ org.jilt.internal.AbstractTypeSafeBuilderGenerator.class - [JAR]

├─ org.jilt.internal.BuilderGenerator.class - [JAR]

├─ org.jilt.internal.BuilderGeneratorFactory.class - [JAR]

├─ org.jilt.internal.ClassicBuilderGenerator.class - [JAR]

├─ org.jilt.internal.TypeSafeBuilderGenerator.class - [JAR]

├─ org.jilt.internal.TypeSafeUngroupedOptionalsBuilderGenerator.class - [JAR]

org.jilt.utils

├─ org.jilt.utils.Utils.class - [JAR]

org.jilt.shaded.com.squareup.javapoet

├─ org.jilt.shaded.com.squareup.javapoet.AnnotationSpec.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.ArrayTypeName.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.ClassName.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.CodeBlock.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.CodeWriter.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.FieldSpec.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.JavaFile.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.LineWrapper.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.MethodSpec.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.NameAllocator.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.ParameterSpec.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.ParameterizedTypeName.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.TypeName.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.TypeSpec.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.TypeVariableName.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.Util.class - [JAR]

├─ org.jilt.shaded.com.squareup.javapoet.WildcardTypeName.class - [JAR]

org.jilt

├─ org.jilt.Builder.class - [JAR]

├─ org.jilt.BuilderInterfaces.class - [JAR]

├─ org.jilt.BuilderStyle.class - [JAR]

├─ org.jilt.JiltAnnotationProcessor.class - [JAR]

├─ org.jilt.Opt.class - [JAR]