commonMain.dk.cachet.carp.common.application.ImplementAsDataClass.kt Maven / Gradle / Ivy
Go to download
Helper classes and base types relied upon by all subsystems. This library does not contain any domain logic.
The newest version!
package dk.cachet.carp.common.application
/**
* Specifies that concrete classes extending from the abstract class this annotation is applied to
* should be implemented as data classes.
*/
@Target( AnnotationTarget.CLASS )
annotation class ImplementAsDataClass