avaje-prisms VS pistachio

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

avaje-prisms

Upgraded fork of hickory (updated to Java 11 with module-info and new features) (by avaje)

pistachio

Various annotation processing tools including a Hickory fork. (by jstachio)
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
avaje-prisms pistachio
1 1
16 4
- -
8.3 8.0
27 days ago 8 days ago
Java Java
Apache License 2.0 BSD 3-clause "New" or "Revised" License
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.

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.

pistachio

Posts with mentions or reviews of pistachio. 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 avaje-prisms and pistachio you can also consider the following projects:

shadow - annotation processor api

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

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

Lombok - Very spicy additions to the Java programming language.

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.