- All Implemented Interfaces:
- com.anaptecs.jeaf.xfun.api.trace.ObjectFormatter<Book>
@TraceObjectFormatter(supportedClasses=Book.class)
public class BookFormatter
extends Object
implements com.anaptecs.jeaf.xfun.api.trace.ObjectFormatter<Book>
Class implements a ObjectFormatter for Books.
As we have JEAF Maven Plugin integrated into our build process the only configuration that is required is
annotation @TraceObjectFormatter here on this class.
Annotation TraceObjectFormatter requires that you define all the classes for which the formatter is
responsible. In case of inheritance it's sufficient to only define the base class.