Skip to content

Feature request: plugin support for kotlin override modifier generation #996

@Turmiht

Description

@Turmiht

Seemly currently org.mybatis.generator.api.dom.kotlin.KotlinFunction do not contains a way to add override modifier(It's not in KotlinModifier variants.
My workaround for that is using withAnnotation("override"), which is fragile when other annotations added after override.
Maybe there should be a dedicated method in KotlinFunction.Builder for doing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions