Closed cescoffier closed 9 years ago
just looking at it, it seems that we don't handle the case with an enum annotated with @VertxGen. So we need to support it too.
You mean something like this:
@VertxGen
public enum SomeVertxEnum {
FOO, BAR, WIBBLE
}
This does not change anything (it is handled as an enum).
Actually, it does not generate anything for such enum.
I've added a unit test with an enum annotated with @VertxGen.
looks good to me
Add support for enum in results