AdamBien / igniter.fx

A maven 3 archetype for building Java FX MVP applications with Dependency Injection and afterburner.fx
http://afterburner.adam-bien.com
Apache License 2.0
18 stars 7 forks source link

@inject creates a singelton #1

Open aosama opened 10 years ago

aosama commented 10 years ago

hi Adam, if any injected object is a singleton and we are creating multiple instances of the entire view - wouldn't this be an issue in terms of private members in the injected object?