shadow VS avaje-prisms

Compare shadow vs avaje-prisms and see what are their differences.

shadow

annotation processor api (by LukasDetermann)

avaje-prisms

Upgraded fork of hickory (updated to Java 11 with module-info and new features) (by avaje)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
shadow avaje-prisms
6 1
19 16
- -
8.5 8.3
about 1 month ago 6 days ago
Java Java
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

shadow

Posts with mentions or reviews of shadow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-20.

avaje-prisms

Posts with mentions or reviews of avaje-prisms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-20.
  • Feedback on a new annotation processor api
    9 projects | /r/java | 20 May 2023
    One thing you should check out is Hickory or the more modern versions like https://github.com/avaje/avaje-prisms (I convinced Rob this is the way) and my own which again is just a fork of hickory.

What are some alternatives?

When comparing shadow and avaje-prisms you can also consider the following projects:

avaje-validator - POJO validation using annotation processing

pistachio - Various annotation processing tools including a Hickory fork.

elementary - A suite of libraries that simplify creating and unit testing annotation processors.

Lombok - Very spicy additions to the Java programming language.

MapStruct - An annotation processor for generating type-safe bean mappers

jstachio - Java type safe statically compiled mustache

1. AutoProxy - Annotation Processing Library. Generates proxy class on top of interface/abstract class, that allows to intercept calls. Also known as a design pattern: proxy, delegate, interceptor.