jar

com.mastfrog.builder : builder-annotation-processors

Maven & Gradle

Nov 15, 2022
0 stars

Annotation processors that generate builders.

Table Of Contents

Latest Version

Download com.mastfrog.builder : builder-annotation-processors JAR file - Latest Versions:

All Versions

Download com.mastfrog.builder : builder-annotation-processors JAR file - All Versions:

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

com.mastfrog.builder.annotation.processors

├─ com.mastfrog.builder.annotation.processors.BuildMethodFactory.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.BuilderAnnotationProcessor.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.BuilderDescriptors.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.BuilderStyles.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.ConstraintHandlers.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.Defaulter.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.Gen2.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.Gen2Cartesian.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.GenericSignatureKind.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.GenericsAnalyzer.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.LocalFieldFactory.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.SetterMethodFactory.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.UnsetCheckerFactory.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.Utils.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.ValidationMethodFactory.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.Version.class - [JAR]

com.mastfrog.builder.annotation.processors.builtinconstraints

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.BigMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.ByteMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.CollectionAndArraySizeHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.DoubleMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.FloatMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.IntMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.LongMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.ShortMinMaxHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.builtinconstraints.StringPatternHandler.class - [JAR]

com.mastfrog.builder.annotation.processors.spi

├─ com.mastfrog.builder.annotation.processors.spi.ConstraintGenerator.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.spi.ConstraintHandler.class - [JAR]

├─ com.mastfrog.builder.annotation.processors.spi.IsSetTestGenerator.class - [JAR]