Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - gunnarmorling/awesome-annotation-processing: A curated list of resources related to the Java annotation processing API (JSR 269)

A curated list of resources related to the Java annotation processing API (JSR 269) - gunnarmorling/awesome-annotation-processing

Visit SiteGitHub - gunnarmorling/awesome-annotation-processing: A curated list of resources related to the Java annotation processing API (JSR 269)

GitHub - gunnarmorling/awesome-annotation-processing: A curated list of resources related to the Java annotation processing API (JSR 269)

A curated list of resources related to the Java annotation processing API (JSR 269) - gunnarmorling/awesome-annotation-processing

Powered by 0x5a.live 💗

= Awesome Java Annotation Processing :toc: :toc-placement!:

Java Annotation Processing (defined by https://jcp.org/en/jsr/detail?id=269[JSR 269]) is a standardized API for hooking into the Java compiler, allowing you to validate the code under compilation and generate additional (source or byte) code. This https://github.com/topics/awesome-list[Awesome List] aims at providing an overview of helpful resources around that API, including existing useful annotation processors, related presentations and blog posts, implementation best practices etc.

toc::[]

== Existing Annotation Processors

Existing annotation processors for different purposes

=== Android

Annotation processors specific to Android development

== Useful Tools

Useful tools and libraries for implementing annotation processors

== Slide Decks and Recordings

== Blog Posts and Articles

== Related Concepts

APIs and tools going beyond what's doable with JSR 269

Java Resources

are all listed below.

Resources

listed to get explored on!!

Made with ❤️

to provide different kinds of informations and resources.