DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

IDs in DSL resolved from static variable #181

Open st3veV opened 7 years ago

st3veV commented 7 years ago

I'd like to be able to use constant strings in DSL as IDs so I can easily reference them from code as well without having magic strings all over the place <service id-static-ref="some.package.MyClass.SERVICE_ID" ... />