jar

io.gitlab.hohserg.elegant.networking : annotation-processor

Maven & Gradle

Jul 22, 2022
1 stars

ElegantNetworking Annotation Processor · This is a annotation processor for ElegantNetworking. Intended for code-generation of packet serializers

Table Of Contents

Latest Version

Download io.gitlab.hohserg.elegant.networking : annotation-processor JAR file - Latest Versions:

All Versions

Download io.gitlab.hohserg.elegant.networking : annotation-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
3.16
3.14
3.10
3.8
3.7
3.5
3.4
3.2
2.8
2.7
2.5
2.4
2.3
2.1
2.0

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 annotation-processor-3.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

hohserg.elegant.networking.annotation.processor

├─ hohserg.elegant.networking.annotation.processor.AnnotationProcessorException.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.BaseProcessor.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.CodeGenerator.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.ElegantSerializerProcessor.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.ElegantServiceProcessor.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.FunctionalUtils.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.InheritanceUtils.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.ProcessState.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.RunWithException.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.SpecialTypeSupport.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.TypeMap.class - [JAR]

hohserg.elegant.networking.annotation.processor.code.generator

├─ hohserg.elegant.networking.annotation.processor.code.generator.AbstractGenerator.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.code.generator.AccessUtils.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.code.generator.ICodeGenerator.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.code.generator.MemberUtils.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.code.generator.MethodNames.class - [JAR]

├─ hohserg.elegant.networking.annotation.processor.code.generator.TypeUtils.class - [JAR]