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

com.vspr.ai.slack.api.SlackApiImmutableStyle Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.vspr.ai.slack.api;

import org.immutables.value.Value;

@Value.Style(
    get = {"is*", "get*"},
    init = "set*",
    jdkOnly = true
)
public @interface SlackApiImmutableStyle {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy