Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in annotation-processing

How can I get the names of annotated method parameters in an Annotation Processor in Java 11

Custom annotation processor using generated annotation

A @Target-less annotation cannot be applied to a type parameter declaration in Java 19: why not?

Need file from src/main/resources in generate-sources phase for annotation processor config

Java annotation processing and bytecode manipulation

Dagger2 + gradle + intellij: generated classes are not found and treated as a compile error/won't autocomplete

Get static FIELD value using annotation processing

Issue getting Gradle apt plugin to work with QueryDSL, lombok & mapstruct

Lombok Annotations not processing in tests - Bazel

Java 11-Kotlin annotation processor

Get Class fields from annotated Object in annotation processor

Using ServiceLoader within an annotation processor

How to have a java annotation processor read and process annotations from projectA and generate java source files for projectB

Get property from TypeElement in Annotation Processor

Can you read/amend/replace AndroidManifest.xml file with a Custom Annotation Processor

Room KMP: How to use experimental types in models?

How to get the qualified class name of generic type in annotation processing?

Integrate Kotlin with generated Java Classes