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

com.freya02.botcommands.api.commands.CommandOptionBuilder.kt Maven / Gradle / Ivy

package com.freya02.botcommands.api.commands

import com.freya02.botcommands.api.core.options.builder.OptionBuilder
import com.freya02.botcommands.internal.core.options.OptionImpl
import com.freya02.botcommands.internal.parameters.OptionParameter

abstract class CommandOptionBuilder(
    optionParameter: OptionParameter
) : OptionBuilder(optionParameter) {
    /**
     * Switch managed by the vararg aggregates
     *
     * @see OptionImpl.isOptionalOrNullable
     */
    @get:JvmSynthetic @set:JvmSynthetic
    internal var isOptional: Boolean? = null
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy