Hyphen
Hyphen copied to clipboard
SeriliazerFactory can't handle fields with types containing `? extends XYZ`
eg:
public Foo< @SerSubclasses({Integer.class, Float.class}) ? extends Number> numbers;