jar

eu.aronnax.smartconstraints : smartconstraints-annotationprocessor

Maven & Gradle

Apr 24, 2023
3 stars

SmartConstraints annotation processor · Provides the annotation processor that will generate composed annotations based on <code>@CopyJavaxConstraints</code> and <code>@CopyJakartaConstraints</code> (provided by <code>smartconstraints-annotation</code>). Should be used as an annotation processor (in <code>maven-compiler-plugin</code> config).

Table Of Contents

Latest Version

Download eu.aronnax.smartconstraints : smartconstraints-annotationprocessor JAR file - Latest Versions:

All Versions

Download eu.aronnax.smartconstraints : smartconstraints-annotationprocessor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
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 smartconstraints-annotationprocessor-0.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

eu.aronnax.smartconstraints.utils

├─ eu.aronnax.smartconstraints.utils.StringUtilsImpl_Factory.class - [JAR]

eu.aronnax.smartconstraints.sourcerenderer.jte

├─ eu.aronnax.smartconstraints.sourcerenderer.jte.JteCodeRenderer_Factory.class - [JAR]

├─ eu.aronnax.smartconstraints.sourcerenderer.jte.JteHelper_Factory.class - [JAR]

eu.aronnax.smartconstraints.parser.common

├─ eu.aronnax.smartconstraints.parser.common.CollectElementsHelper_Factory.class - [JAR]

eu.aronnax.smartconstraints.javaxvalidation

├─ eu.aronnax.smartconstraints.javaxvalidation.JavaxConstraintsHelper_Factory.class - [JAR]

├─ eu.aronnax.smartconstraints.javaxvalidation.JavaxTargetConstraintHelper_Factory.class - [JAR]

eu.aronnax.smartconstraints.domain.usecase

├─ eu.aronnax.smartconstraints.domain.usecase.BuildTargetHelper_Factory.class - [JAR]

├─ eu.aronnax.smartconstraints.domain.usecase.ProcessCopyConstraintsAnnotationUC_Factory.class - [JAR]

├─ eu.aronnax.smartconstraints.domain.usecase.RenderTargetHelper_Factory.class - [JAR]

├─ eu.aronnax.smartconstraints.domain.usecase.WriteSourceHelper_Factory.class - [JAR]

eu.aronnax.smartconstraints.annotationprocessor

├─ eu.aronnax.smartconstraints.annotationprocessor.CopyJakartaConstraintsProcessor.class - [JAR]

├─ eu.aronnax.smartconstraints.annotationprocessor.CopyJavaxConstraintsProcessor.class - [JAR]

├─ eu.aronnax.smartconstraints.annotationprocessor.DaggerJakartaServicesFactory.class - [JAR]

├─ eu.aronnax.smartconstraints.annotationprocessor.DaggerJavaxServicesFactory.class - [JAR]

├─ eu.aronnax.smartconstraints.annotationprocessor.JakartaServicesFactory.class - [JAR]

├─ eu.aronnax.smartconstraints.annotationprocessor.JavaxServicesFactory.class - [JAR]

eu.aronnax.smartconstraints.jakartavalidation

├─ eu.aronnax.smartconstraints.jakartavalidation.JakartaConstraintsHelper_Factory.class - [JAR]

├─ eu.aronnax.smartconstraints.jakartavalidation.JakartaTargetConstraintHelper_Factory.class - [JAR]