package templates; public class Foo { void m(int foo) { java.util.OptionalInt.of(foo) } }