bowbahdoe / magic-bean

A very basic library which will generate getters and setters.
Other
84 stars 10 forks source link

Support TYPE_USE annotations on fields #7

Closed bowbahdoe closed 2 years ago

bowbahdoe commented 2 years ago

This is gonna require some research. I haven't been able to find a documented solution yet.

bowbahdoe commented 2 years ago

This should hopefully be resolved with https://bugs.openjdk.java.net/browse/JDK-8281238

bowbahdoe commented 2 years ago

Seems as though this will be fixed in Java 19. Until then, it will just be unsupported