Hi, Autowire was something deprecated in Swiz (from 0.6.4 to 1.0) [1]. In that page state:
- the [Autowire] metadata tag has been deprecated in favor of [Inject]. [Autowire] will still function in 1.0 but it is recommended that you update your code to use [Inject]. Crux was ported from the latest Swiz version. So I don't think we support Autowire, but you just need to rename it to Inject and all should work the same way, or at least it should if it is really the same tag just with another name. [1] https://swizframework.jira.com/wiki/spaces/SWIZ/pages/1999204/Updating+a+Swiz+0.6.4+application+to+Swiz+1.0 El dom., 27 sept. 2020 a las 16:45, Nallathambi, Varunkumar (< [email protected]>) escribió: > Hi, > Do we have any component to replace Tweenlite/Tweenplugin > in Royale. Kindly do share. In our application we are using > Swiz.autowire(this); Do we have any alternative this code on Crux like > Crux.autowire(this). > > Regards, > Varunkumar N > > -- Carlos Rovira http://about.me/carlosrovira
