List Question
20 TechQA 2024-03-18T09:51:31.533000can kotlin annotation processor be add properties using Kotlin annotation processor?
30 views
Asked by thxwelchs
java.lang.annotation.AnnotationTypeMismatchException despite identical types
58 views
Asked by raner
Quarkus runtime recompilation fails due to custom annotation processor
49 views
Asked by Gwennhael
Fully-qualified class name of links while parsing Javadoc
42 views
Asked by Volkan Yazıcı
Is there a way to separate Java annotation processing errors from other compilation errors?
72 views
Asked by Graeme Moss
Maven/Java/Helidon MP: Log4j2.xml <JSONLayout> causing conflict with custom annotation processor
130 views
Asked by swing1234
Access method of interface through custom annotation in junit test method
52 views
Asked by user23449286
Annotations not generated in Eclipse IDE
96 views
Asked by Batman
Is it possible to get a hold of values associated with an enum from inside an annotation processor?
58 views
Asked by bobbyrne01
Use transitive maven dependency in an annotation processor inside the maven-compiler-plugin using the ServiceLoader
71 views
Asked by Thorben Kuck
@ConditionalOnProperty props not detected by configuration processor
43 views
Asked by Huseyin Aydin
Elements.getTypeElement() returns TypeElement with empty annotations
23 views
Asked by Rilakkuma
Create dynamic method using Annotation Processor
91 views
Asked by louiscarpenter3463
How does Hibernate check wheather of basic type attribute for @Entity is used or not?
29 views
Asked by Sunnyshechka
Can't find class in generated sources produced by custom annotation processor when running java program
125 views
Asked by Mustapha Mond
Access interface of return value of enclosedElement in java annotationprocessor using TypeVisitor?
57 views
Asked by tschuehly
I can't import class that generated using annotation via databinding
80 views
Asked by A.Hüdai Kaya
Java annotation processor comparing method return `TypeMirror` with known class
57 views
Asked by Garret Wilson