public class MyClass{ private final Integer myProperty; public MyClass(Integer myProperty){ this.myProperty = myProperty; } }