public boolean isHandled(Annotation paramAnnotation) { return paramAnnotation.annotationType().getAnnotation(JacksonAnnotation.class) != null; }