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

added possibility to use DoNotCreateFeatureMatcher #20

Closed pkokoshnikov closed 8 years ago

pkokoshnikov commented 8 years ago

Added possibility to use DoNotCreateFeatureMatcher annotations for fields. I found this annotation but it didn't work. Sometimes it necessary to avoid creation of matcher for ex. for constants.

lanwen commented 8 years ago

thanks!