growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
8 stars 10 forks source link

Add Java doc for Lombok-generated methods #4

Closed tinahollygb closed 4 months ago

tinahollygb commented 1 year ago

Unfortunately, getting the Java docs picked up for the Lombok-generated methods is going to be a bit of error. Lombok offers Delombok, a tool that you can use to de-Lombok. I've read that this can help with the Java doc generation.

For more info, see https://github.com/growthbook/growthbook-sdk-java/pull/3

Bohdan-Kim commented 4 months ago

The pull request was created according to this issue.