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

io.sundr.model.Break Maven / Gradle / Ivy

The newest version!
package io.sundr.model;

public class Break implements Statement {

  public String render() {
    return "break;";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy