Blaine

Results 3 issues of Blaine

``` public enum Foobar { @JsonEnumDefaultValue FOO, BAR; } produces { "type" : "enum", "name" : "Foobar", "namespace" : "foo", "symbols" : [ "FOO", "BAR" ] } ``` Need it...

avro
2.16

We utilize an Object as a Key to send events with Kafka. It would be great if the scanner could recognize objects used for Kafka Keys to add the schemas...

enhancement