I need to develop an ioc container with classes loading from external libraries, there may be many classes in one library or just single ones, not all classes might be needed at some particular...
Type: Posts; User: Valentin Vladimirovich; Keyword(s):
I need to develop an ioc container with classes loading from external libraries, there may be many classes in one library or just single ones, not all classes might be needed at some particular...
so, I found this line in one of examples
private var _includeClasses:Array = [StaticMovieSource, CSVMovieSource];
so, what's the point? if I need to recompile it anyway if I change classes.
why...