I added "-keep-as3-metadata += Autowired" to my FB3 compiler args (as instructed in the 0.8 docs) but I didn't added it to my CI server's compile task. Guess what, the app built by the CI server appears to work fine without it.

Is "-keep-as3-metadata += Autowired" really required?