You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would it be possible to add support for Annotation processors based on a local jar file? E.g. eclipse has support for them by using a .factorypath file
Hi, would it be possible to add support for Annotation processors based on a local jar file? E.g. eclipse has support for them by using a .factorypath file
This will then auto-generate the APT entities automatically into the source output folder for them
Additional notes, on how to use them in other IDEs. This might give ideas on how to implement this
https://docs.jboss.org/hibernate/stable/jpamodelgen/reference/en-US/html_single/#d0e302
Or is there already a way to do this? (Without using maven or gradle! It is important that it is supported for custom *.jar files)
The text was updated successfully, but these errors were encountered: