package templates; public class Foo { void m(byte foo) { java.util.Optional.of(foo)<caret> } }