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
I want to use Spring Data Gremlin on legacy POJO classes and I do not want to add annotation onto those POJO classes. So would you like to support XML configration besides annotation?
So far without support to XML configuration, I will have to use bytecode manipulation tool such as ByteBuddy to add annotation onto legacy POJO classes.
Thanks,
Kerler
The text was updated successfully, but these errors were encountered:
Hi Kerler, definitely not a bad idea, though I don't know how popular the feature is. At this point I am continuing on the core of the project and getting it up to scratch. If you want to take a stab at it, be my guest!
Dear gjrwebber,
I want to use Spring Data Gremlin on legacy POJO classes and I do not want to add annotation onto those POJO classes. So would you like to support XML configration besides annotation?
So far without support to XML configuration, I will have to use bytecode manipulation tool such as ByteBuddy to add annotation onto legacy POJO classes.
Thanks,
Kerler
The text was updated successfully, but these errors were encountered: