jar

nl.elucidator.patterns.builder.annotations : builder-annotations-test

Maven & Gradle

Feb 07, 2013
1 usages
1 stars

MakeBuilder - Test project · Test project for MakeBuilder. This has explicitly been put into a separate project because of the two-part lifecycle with code generation. 1 The Annotation Processor needs to be built. 2 The Annotation Processor needs to process any annotations on immutable types and generate the appropriate implementations and builder classes.

Table Of Contents

Latest Version

Download nl.elucidator.patterns.builder.annotations : builder-annotations-test JAR file - Latest Versions:

All Versions

Download nl.elucidator.patterns.builder.annotations : builder-annotations-test JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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-annotations-test-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl.elucidator.patterns.builder.annotations.test

├─ nl.elucidator.patterns.builder.annotations.test.Address.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.AddressImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.AddressWithRequired.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.AddressWithRequiredImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.CollectionsSample.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.CollectionsSampleImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.Company.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.CompanyImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.Country.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.ImmutableInterfaceTest.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.ImmutableInterfaceTestImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.JCiPExample.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.JCiPExampleImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.Person.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.PersonImpl.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.SuperInterface.class - [JAR]

├─ nl.elucidator.patterns.builder.annotations.test.SuperInterfaceImpl.class - [JAR]