Use block notation in assigning a static var.
class TestClass { private static var PLACEHOLDER = { //my logic null; } }