yandex-qatools / hamcrest-pojo-matcher-generator

Autogenerated java hamcrest matchers for pojo with help of AnnotationProcessor
Apache License 2.0
33 stars 8 forks source link

Add @Generated annotation #6

Closed vbauer closed 8 years ago

vbauer commented 8 years ago

It allows to prevent checking of generated classes by some static analysis tools.

lanwen commented 8 years ago

thanks!

vbauer commented 8 years ago

Thank you for merge.