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

com.freya02.botcommands.internal.commands.application.autobuilder.metadata.ApplicationFunctionMetadata.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal.commands.application.autobuilder.metadata

import com.freya02.botcommands.api.commands.CommandPath
import com.freya02.botcommands.api.commands.application.ApplicationCommand
import com.freya02.botcommands.internal.commands.autobuilder.metadata.CommandFunctionMetadata
import com.freya02.botcommands.internal.core.ClassPathFunction

internal abstract class ApplicationFunctionMetadata(
    classPathFunction: ClassPathFunction,
    annotation: A,
    path: CommandPath,
    val commandId: String?
) : CommandFunctionMetadata(classPathFunction, ApplicationCommand::class, annotation, path)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy