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

tech.deplant.java4ever.binding.generator.reference.ApiModule Maven / Gradle / Ivy

package tech.deplant.java4ever.binding.generator.reference;

public record ApiModule(String name,
                        String summary,
                        String description,
                        ApiType[] types,
                        ApiFunction[] functions) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy