jar

com.madebyatomicrobot : sumtype-compiler

Maven & Gradle

Aug 22, 2015
2 stars

Sum Type Annotation Processor · Sum Type is an annotation processor that makes it simple to emulate sum types in Java via visitors.

Table Of Contents

Latest Version

Download com.madebyatomicrobot : sumtype-compiler JAR file - Latest Versions:

All Versions

Download com.madebyatomicrobot : sumtype-compiler JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 sumtype-compiler-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.madebyatomicrobot.sumtype.compiler

├─ com.madebyatomicrobot.sumtype.compiler.ExceptionUtil.class - [JAR]

├─ com.madebyatomicrobot.sumtype.compiler.SumTypeFields.class - [JAR]

├─ com.madebyatomicrobot.sumtype.compiler.SumTypeParser.class - [JAR]

├─ com.madebyatomicrobot.sumtype.compiler.SumTypeProcessor.class - [JAR]

├─ com.madebyatomicrobot.sumtype.compiler.SumTypeType.class - [JAR]

├─ com.madebyatomicrobot.sumtype.compiler.SumTypeWriter.class - [JAR]