Skip to content

Allow custom annotations #38

@JavierSegoviaCordoba

Description

@JavierSegoviaCordoba

Similar to the power assert plugin, allows generating Kopy code on any data class annotated with specified annotations:

// build.gradle.kts
kopy {
    annotations = setOf("org.example.Foo")
}

The annotations property would be a SetProperty<String>

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions