Hi All , is there any way i can specify value of keyspace during compile time like using maven build hard coding keyspace name inside the java class is bit not comfortable as if there a change and there are 1000's of files it become a big maintenance issue
@UDT (keyspace = "complex", name = "address")public class Address { private String street; private String city; private int zipCode;