jar

org.popperfw : forge

Maven & Gradle

Dec 12, 2020

Popper Framework Forge · Popper Forge is a Framework to create implememented classes out of an annotated interface

Table Of Contents

Latest Version

Download org.popperfw : forge JAR file - Latest Versions:

All Versions

Download org.popperfw : forge JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x
0.9.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 forge-0.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.popper.forge

├─ org.popper.forge.BlankAnalyzer.class - [JAR]

├─ org.popper.forge.CantCreateClassException.class - [JAR]

├─ org.popper.forge.ClassCreator.class - [JAR]

├─ org.popper.forge.ClassForge.class - [JAR]

├─ org.popper.forge.ClassForgeConfig.class - [JAR]

├─ org.popper.forge.CycleException.class - [JAR]

├─ org.popper.forge.DefaultMethodAnalyzer.class - [JAR]

├─ org.popper.forge.InvokationHandler.class - [JAR]

org.popper.forge.api

├─ org.popper.forge.api.ContextInformation.class - [JAR]

├─ org.popper.forge.api.DependencyResolver.class - [JAR]

├─ org.popper.forge.api.IAnnotationProcessor.class - [JAR]

├─ org.popper.forge.api.IFieldProvidingAnnotationProcessor.class - [JAR]

├─ org.popper.forge.api.IMethodAnalyzer.class - [JAR]

├─ org.popper.forge.api.ReEvalutateException.class - [JAR]

├─ org.popper.forge.api.RuntimeContextInformation.class - [JAR]

org.popper.forge.helper

├─ org.popper.forge.helper.AnnotationFinder.class - [JAR]

├─ org.popper.forge.helper.ReflectionHelper.class - [JAR]

├─ org.popper.forge.helper.TypeResolver.class - [JAR]

org.popper.forge.annotations

├─ org.popper.forge.annotations.Getter.class - [JAR]

├─ org.popper.forge.annotations.InjectDependency.class - [JAR]

├─ org.popper.forge.annotations.Setter.class - [JAR]

org.popper.forge.api.annotations

├─ org.popper.forge.api.annotations.AnalyzedBy.class - [JAR]

├─ org.popper.forge.api.annotations.ImplementedBy.class - [JAR]

├─ org.popper.forge.api.annotations.RunAfter.class - [JAR]

├─ org.popper.forge.api.annotations.RunBefore.class - [JAR]

Advertisement