Class ToStringPlugin

java.lang.Object
net.bytebuddy.build.ToStringPlugin
All Implemented Interfaces:
Closeable, AutoCloseable, Plugin, Plugin.Factory, ElementMatcher<TypeDescription>

@Enhance public class ToStringPlugin extends Object implements Plugin, Plugin.Factory
A build tool plugin that adds a Object.toString() and method to a class if the ToStringPlugin.Enhance annotation is present and no explicit method declaration was added. This plugin does not need to be closed.