topics = {"${topicName}"} @Topic(name="#{'${topicName}'.split(',')}") public void abc() { } @Topic(name = "#'$(a.b.c)'") public void abc() { }