DTO

annotation class DTO

The DTO annotation is useful to indicate whether a class is used as Data Transfer Object

Author

N7ghtm4r3 - Tecknobit

Since

1.0.5

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String