in pojo/src/main/java/com/spotify/hamcrest/pojo/IsPojo.java [269:272]
static <A, T> MethodHandler<A, T> create(
final MethodReference<A, T> reference, final Matcher<T> matcher) {
return new AutoValue_IsPojo_MethodHandler<>(reference, matcher);
}