package com.brightgenerous.commons.delegate; interface ToStringDelegater { String reflectionToString(Object obj); }