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

de.bripkens.i18n.builder.MessageInterface Maven / Gradle / Ivy

The newest version!
package de.bripkens.i18n.builder;

/**
 * @author Ben Ripkens 
 */
public abstract class MessageInterface {

  private MessageInterface() {
    // only the builder() method is necessary to get a nice API
  }

  public static Builder builder() {
    return new Builder();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy