package org.apache.tapestry5.ioc.internal; public interface ToStringService { @Override String toString(); }