/**
  * {@inheritDoc}
  *
  * <p>In this case, this method returns the <i>return type</i> of this method.
  *
  * @return {@code non-null;} the method's return type
  */
 public final Type getType() {
   return prototype.getReturnType();
 }