Open maxdobler opened 8 years ago
You can unmark class and use annotation directly on the fields you need
I think it no so comfortably to use fields GenerateMatcher. What i have 10 fields and one constant. Besides for ex, selenium pojo is already annotated by annotations. And it looks cumbersome
Note for myself:
we can also just ignore fields without getters
Hi,
I have a bean which has a
private static final
constant. The@GenerateMatcher
annotation tries to generate a Matcher for this constant... Is it possible to exclude static final fields from processing?Greetings, Max