blob: b432ee041c564519ca806331e9d213bbe4e9b336 [file] [log] [blame]
package ioc.specs
/** An interface that includes toString() */
interface ToString {
String toString();
}