Releases: sviperll/adt4j
Releases · sviperll/adt4j
adt4j-2.0.1
- Better generated code: no FireBugs warnings
- Add adt4-shaded artifact without any dependencies.
- Switch to Java 7 as minimal java version.
adt4j-1.3
adt4j-1.2
adt4j-1.1
- As little information from source code as possible is used during code generation.
It's now possible to define fully customized single file data-type definitions, seeEither
example. metachicory
is not required at runtime, since@Visitor
-annotation retention is set toSOURCE
now.
ADT4J has no run-time dependencies now.
adt4j-1.0
- Add default names for generated getters, updaters and predicates. Allow to omit name parameter.
- API-breaking change: rename value argument to name argument of @Getter, @Updater and @GeneratePredicate annotations
- API-breaking change: use com.github.sviperll.meta.Visitor annotation from metachicory package.
- Add dependency to metachicory package which provides some generic metaprogramming support.