Package org.approvej.print
package org.approvej.print
-
ClassDescriptionA generic printer for Java
Object
s that prints their properties and values one per line.Printer<T>A simplePrinter
implementation that uses theObject.toString()
method.