João Tavares
Results
2
comments of
João Tavares
I am facing the same issue
So, I found that in the class annotated with `@AutoProtoSchemaBuilder` you cannot use `@AutoProtoSchemaBuilder(basePackage=xxx)` with enums you have to use `@AutoProtoSchemaBuilder(includeClasses = { xxx.class, yyy.class })` for it to work