And one more: Property (get/set methods) now extends PropertyInfo. PropertyInfo only contains static information, apart from the builder case when it has slightly modified information (properties cannot be immutable). This could easily be access through the Qi4jSPI instead, by for example adding:
Qi4jSPI.getPropertyInfo(property) -> PropertyInfo.

This would cut down Property to only have the get/set methods, which is a great simplification I think, and opens up for doing wrappers more easily (to catch invocations in GUI's, for example).

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to