Creates a new instance of HandlerProcessingResultImpl this.results = results;
this.results = results;
results = new HashMap<Class<? extends Annotation>, ResultType>();
if (result.getOverallResult().compareTo(overallResult)>0) { overallResult = result.getOverallResult(); } results.putAll(result.processedAnnotations());
if (result.compareTo(overallResult)>0) { overallResult = result; } results.put(annotationType, result);
HandlerProcessingResultImpl impl = new HandlerProcessingResultImpl(); impl.results.put(annotationType, result); impl.overallResult = result; return impl;
return overallResult;
return results;