2010/7/8 Stanislav Muhametsin <[email protected]>: > On a specific scale, my project at the moment involves a fairly large > framework designed to be used in any software application integration. The > robustness and security requirements for the used interfaces and interface > design are extremely important, so I have used the > command-query-immutablequery (mututally uncastable) separation throughout > the code, to ensure giving the correct roles to correct parts of code. > Currently everything is implemented manually via getXXXQ() and getXXXIQ() > methods and @This injections - but having getRole(...) method would really > make things easier, and as an additional benefit, instead of returning raw > private mixins, actual proxies would be returned.
Found that: http://issues.ops4j.org/browse/QI-165 Do you think of something like this or the like? _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

