
com.vspr.ai.slack.api.SlackApiImmutableStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slack-api Show documentation
Show all versions of slack-api Show documentation
another slack api for java
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