Returner

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class Returner

The Returner annotation is used to mark methods that are responsible for formatting and returning data in a specified format

This annotation is typically applied to methods whose sole purpose is to transform input data into a formatted version for use elsewhere in the application

Since

1.0.6

Author

N7ghtm4r3 - Tecknobit