patniemeyer / j2swift

Basic Java to Swift syntax converter
MIT License
76 stars 31 forks source link

Is there a way to do the reverse? Swift->Java #2

Open ka05 opened 8 years ago

ka05 commented 8 years ago

I would like to be able to take simple .swift classes that are merely models with instance variables, enums, constructors, accessors & mutators and convert them to java. I develop for both platforms and I often write the iOS apps first because that is typically what the clients want first. If you know of a way please point me in the right direction and if you have time please write a requirements guide for this library ( dependencies for running and simple example code for how to run it )