afs commented on PR #2065:
URL: https://github.com/apache/jena/pull/2065#issuecomment-1783841286

   > this can be applied to any Java project that's not creating custom 
annotations in java?
   
   Yes.
   
   I didn't know much/anything about annotation processing until I started to 
track down the cause of the Java21 compiler warning messages.
   
   This was useful:
   https://www.baeldung.com/java-annotation-processing-builder
   
   A key point is that it can only generate new files, not modify or affect 
compile time input files.
   This is good to know - it means none of JUnit nor the Contract Testing is 
affected.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to