jar

com.github.thorbenkuck : NetCom2-Auto

Maven & Gradle

Dec 17, 2018
9 stars

NetCom2-Auto · Annotation approach to reduce boilerplate code

Table Of Contents

Latest Version

Download com.github.thorbenkuck : NetCom2-Auto JAR file - Latest Versions:

All Versions

Download com.github.thorbenkuck : NetCom2-Auto JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 NetCom2-Auto-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.thorbenkuck.netcom2.auto

├─ com.github.thorbenkuck.netcom2.auto.ClientConnectedWrapper.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ClientDisconnectedWrapper.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ClientFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ClientFactoryFinalizer.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ClientPreConfiguration.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.DefaultConstructorObjectRepository.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.Example.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.GeneratedRepository.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.HashingDefaultConstructorObjectRepository.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.LazyClientFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.LazyServerFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NativeClientFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NativeClientFactoryFinalizer.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NativeLazyClientFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NativeLazyServerFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NativeServerFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NativeServerFactoryFinalizer.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.NetCom2.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ObjectRepository.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.OnReceiveWrapper.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.RecursiveHashingObjectRepository.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ServerFactory.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ServerFactoryFinalizer.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.ServerPreConfiguration.class - [JAR]

com.github.thorbenkuck.netcom2.auto.annotations.processor

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.AnnotationProcessor.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.Auto.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ClientConnectedGenerator.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ClientDisconnectedGenerator.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.CompilationLogger.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ConfigureAnnotationProcessor.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ConfigureGenerator.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ConnectAnnotationProcessor.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ConnectVerification.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.DisconnectedAnnotationProcessor.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.ReceiveHandlerGenerator.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.RegisterAnnotationProcessor.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.processor.Writer.class - [JAR]

com.github.thorbenkuck.netcom2.exceptions

├─ com.github.thorbenkuck.netcom2.exceptions.NetworkInterfaceFactoryException.class - [JAR]

com.github.thorbenkuck.netcom2.auto.annotations

├─ com.github.thorbenkuck.netcom2.auto.annotations.Configure.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Connect.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Decrypt.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Deserialize.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Disconnect.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Encrypt.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.ExceptionHandler.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Register.class - [JAR]

├─ com.github.thorbenkuck.netcom2.auto.annotations.Serialize.class - [JAR]

Advertisement