@Immutable public interface User { @NotNull String getName(); @Range(min = 0, max = 120) int getAge(); }