Git Product home page Git Product logo

succ4j's Introduction

Succ4J

See https://github.com/JimmyCushnie/SUCC for the official documentation. See the tests for examples.

How to add as a dependency

Maven

Add the following repository into your project's pom.xml:

<repositories>
    <repository>
        <id>FalsePattern-maven-repo</id>
        <url>https://falsepattern.ddns.net/maven2/</url>
    </repository>
</repositories>

and then include Succ4J as a dependency:

<dependencies>
    <dependency>
        <groupId>com.github.falsepattern</groupId>
        <artifactId>succ4j</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

Replace VERSION with the version you want to use

Downloading as a standalone jar

Go to the succ4j repository, choose your version, download succ4j-VERSION.jar and add it as a dependency to your project.

Changelog:

1.2.0: Added annotation @GenericID, which can be used in generic classes to specify which generic type is used by a field based on an index (see ComplexChild.java in the tests for example)

1.1.3: Can now save fields of superclasses. Previously superclass data was lost due to the getDeclaredFields() not returning superclass fields.

1.1.2: Fix error when trying to save/load types containing arrays of references (example: List<Object[]>)

1.1.1: Fix security exception when trying to access protected or package-private fields

1.1.0+sources: Added source jar generation to maven packaging, removed releases, use packaged versions

1.1.0: Breaking refactors: Moved package from succ to com.github.falsepattern.succ4j

1.0.1: File auto-reload now works properly

1.0: Initial release

succ4j's People

Contributors

falsepattern avatar quackitsquinn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.