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

io.contek.zeus.Constants Maven / Gradle / Ivy

There is a newer version: 2.29.0
Show newest version
package io.contek.zeus;

import com.google.common.base.Joiner;

import javax.annotation.concurrent.Immutable;

@Immutable
final class Constants {

  public static final Joiner JOINER = Joiner.on(':');

  private Constants() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy