All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.curs.hurdygurdy.KotlinDTOExtractor Maven / Gradle / Ivy

There is a newer version: 2.01
Show newest version
package ru.curs.hurdygurdy;

import com.squareup.kotlinpoet.TypeSpec;

public class KotlinDTOExtractor extends DTOExtractor {
    public KotlinDTOExtractor(TypeDefiner typeDefiner) {
        super(typeDefiner);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy