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

io.takari.builder.BuilderContext Maven / Gradle / Ivy

package io.takari.builder;

public class BuilderContext {

  private BuilderContext() {
    throw new UnsupportedOperationException();
  }

  public static Messages getMessages() {
    return io.takari.builder.internal.BuilderContext.MESSAGES;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy