AKAdvanced Java Annotation Processing and Code Generation: Building Development ToolsJava’s annotation processing and code generation capabilities provide powerful tools for automating repetitive tasks, enforcing…4d ago
Tobias StamannTesting of Annotation-Processors ReloadedThis article demonstrates how black-box and unit tests of annotation processor related code can be done by using the CUTE framework.Jan 301
Tobias StamannCommon pitfalls of implementing Java annotation processors and how to avoid themThere are a lot of ways to fail if you are implementing annotation processors in Java. This article presents common mistakes and…Jun 28Jun 28
InDaresaybyAli ShobeyriKSP and Compose NavigationLet’s see how can we have some generated helper classes for Compose Navigation with the power of KSPJun 17Jun 17
Alankar GuptaLeveraging Kotlin Symbol Processing (KSP) for Efficient Annotation ProcessingIn the dynamic world of Kotlin development, annotation processing is a crucial technique for generating code at compile-time. It can…Jun 8Jun 8
AKAdvanced Java Annotation Processing and Code Generation: Building Development ToolsJava’s annotation processing and code generation capabilities provide powerful tools for automating repetitive tasks, enforcing…4d ago
Tobias StamannTesting of Annotation-Processors ReloadedThis article demonstrates how black-box and unit tests of annotation processor related code can be done by using the CUTE framework.Jan 301
Tobias StamannCommon pitfalls of implementing Java annotation processors and how to avoid themThere are a lot of ways to fail if you are implementing annotation processors in Java. This article presents common mistakes and…Jun 28
InDaresaybyAli ShobeyriKSP and Compose NavigationLet’s see how can we have some generated helper classes for Compose Navigation with the power of KSPJun 17
Alankar GuptaLeveraging Kotlin Symbol Processing (KSP) for Efficient Annotation ProcessingIn the dynamic world of Kotlin development, annotation processing is a crucial technique for generating code at compile-time. It can…Jun 8
InProAndroidDevbyPavlo StavytskyiSo, how do I write a Kotlin Symbol Processor (KSP)?A guide for creating your first Kotlin Symbol Processor (KSP)Jul 20, 20218
Tobias StamannImplementing An Annotation Processor With The APTK StackThis article demonstrates how to implement an annotation processor that is based on the APTK stack in a real life scenario.Apr 12
Inskyro-techbySulyz AndreyCode generation with JavaPoet on practiceIn my opinion, code generation is the future of Java libraries. In this article, we’ll look at developent with code generation and JavaPoetSep 18, 20231