jar

io.github.almogtavor : pojo-analyzer

Maven & Gradle

Oct 23, 2022
9 stars

POJO Analyzer · A library for generating details of POJOs at compile time

Table Of Contents

Latest Version

Download io.github.almogtavor : pojo-analyzer JAR file - Latest Versions:

All Versions

Download io.github.almogtavor : pojo-analyzer JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.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 pojo-analyzer-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.almogtavor.pojo.analyzer.model

├─ io.github.almogtavor.pojo.analyzer.model.FieldDetails.class - [JAR]

├─ io.github.almogtavor.pojo.analyzer.model.VariableType.class - [JAR]

io.github.almogtavor.pojo.analyzer.processor

├─ io.github.almogtavor.pojo.analyzer.processor.CodeGenerator.class - [JAR]

├─ io.github.almogtavor.pojo.analyzer.processor.DetailedPojoAnnotationProcessor.class - [JAR]

├─ io.github.almogtavor.pojo.analyzer.processor.NameStore.class - [JAR]

io.github.almogtavor.pojo.analyzer.annotations

├─ io.github.almogtavor.pojo.analyzer.annotations.DetailedPojo.class - [JAR]