}
return param; // NOPMD
}
final Collection<Method> methods = new MethodScanner(clazz)
.list(new EventDispatchMethodFilter());
// String defaultMethod = annotation == null ? null : annotation.defaultMethod();
final String defaultMethod = annotation.defaultMethod();
// Identify the dispatch methods
final StringBuilder parameter = new StringBuilder();