tornaia/matcher-generator-for-java

serialVersionUID is not ignored in the description generation

silver-snoopy opened this issue · 1 comments

If the class implements Serializable interface and gives assignment of serialVersionUID
private static final long serialVersionUID = 1L;

this field will be generated in the description part.

Could you please consider that to leave out of the description part?

regards,
D

Fixed.