package jetbrains.mps.samples.SwingBuilder.sandbox; /*Generated by MPS */ /** * Mandates the types of the method. * Try changing the types, boolean source type will also show an optional second parameter to the method. */ public class MyConverter { public String translate(boolean from, boolean flag) { return null; } }