jar

io.target-kt : target-annotation-processor

Maven & Gradle

Jul 10, 2023
1 stars

Target Annotation Processor · Functional domain modeling in Kotlin

Table Of Contents

Latest Version

Download io.target-kt : target-annotation-processor JAR file - Latest Versions:

All Versions

Download io.target-kt : target-annotation-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.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 target-annotation-processor-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

target.annotation_processor.core.extension

├─ target.annotation_processor.core.extension.ClassNameKt.class - [JAR]

├─ target.annotation_processor.core.extension.CodeBlockBuilderKt.class - [JAR]

├─ target.annotation_processor.core.extension.FileSpecBuilderKt.class - [JAR]

├─ target.annotation_processor.core.extension.KSAnnotationKt.class - [JAR]

├─ target.annotation_processor.core.extension.KSPropertyDeclarationKt.class - [JAR]

├─ target.annotation_processor.core.extension.StringExtensionsKt.class - [JAR]

├─ target.annotation_processor.core.extension.TypeNameKt.class - [JAR]

target.annotation_processor.core

├─ target.annotation_processor.core.GenerateBuilderKt.class - [JAR]

├─ target.annotation_processor.core.GenerateFieldFailureKt.class - [JAR]

├─ target.annotation_processor.core.GenerateModelBaseKt.class - [JAR]

├─ target.annotation_processor.core.GenerateModelKt.class - [JAR]

├─ target.annotation_processor.core.GenerateParamsKt.class - [JAR]

├─ target.annotation_processor.core.GenerateRequiredFieldFailureKt.class - [JAR]

target.annotation_processor.core.domain

├─ target.annotation_processor.core.domain.ClassNames.class - [JAR]

├─ target.annotation_processor.core.domain.ClassNamesKt.class - [JAR]

├─ target.annotation_processor.core.domain.FunctionNames.class - [JAR]

├─ target.annotation_processor.core.domain.Indent.class - [JAR]

├─ target.annotation_processor.core.domain.MemberNames.class - [JAR]

├─ target.annotation_processor.core.domain.ModelProperty.class - [JAR]

├─ target.annotation_processor.core.domain.ModelPropertyType.class - [JAR]

├─ target.annotation_processor.core.domain.ModelPropertyTypeArgument.class - [JAR]

├─ target.annotation_processor.core.domain.QualifiedNames.class - [JAR]

├─ target.annotation_processor.core.domain.TypedModelProperty.class - [JAR]

target.annotation_processor.core.visitor

├─ target.annotation_processor.core.visitor.CachedTypeReferenceResolverVisitorVoid.class - [JAR]

target.annotation_processor

├─ target.annotation_processor.ModelTemplateProcessor.class - [JAR]

├─ target.annotation_processor.ModelTemplateProcessorProvider.class - [JAR]

├─ target.annotation_processor.ModelTemplateVisitorPoet.class - [JAR]