GenerateDataFunctions

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GenerateDataFunctions

Instructs the Poko compiler plugin to generate equals, hashcode, and toString functions for the class it's attached to.

See this issue for details.