Package ru.vyarus.guicey.jdbi3.module
Class NoSyntheticMatcher
java.lang.Object
ru.vyarus.guicey.jdbi3.module.NoSyntheticMatcher
- All Implemented Interfaces:
com.google.inject.matcher.Matcher<Method>
Matcher to filter synthetic methods (to avoid warnings on aop proxies creation).
- Since:
- 17.09.2018
-
Constructor Details
-
NoSyntheticMatcher
public NoSyntheticMatcher()
-
-
Method Details
-
instance
- Returns:
- method matcher for filtering synthetic methods
-
matches
- Specified by:
matchesin interfacecom.google.inject.matcher.Matcher<Method>
-