Tonny Kohar wrote: > Just wondering is it possible to return Class<?> rather than returning > String. Because with the Class<?> I could easily pin point the Service > ? > If it is not posible, just ignore this questions
Why would it make a difference if you had the class? The class is definitely not unique, and not even id+class is *guaranteed* to be unique. I think the only way to get it truly unique is to use paths. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

