You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: