stratacode / issues

Empty StrataCode project to store github issues
0 stars 0 forks source link

Interfaces cannot have bindable static properties #4

Open jeffvroom opened 10 years ago

jeffvroom commented 10 years ago

This is because Java does not let us put static methods in the interface. To fix this, we will need to create a class to hold the getX and setX methods and remap the calls to this class.