Stuart McCulloch wrote:
> good example, btw does the framework handle/detect cycles such as:
>
> public interface TestValue
> extends ValueComposite
> {
> Property<TestValue2> valueProperty();
> }
>
> public interface TestValue2
> extends ValueComposite
> {
> Property<TestValue> valueProperty();
> }
>
> which I assume should throw some sort of configuration exception?
It should, but doesn't at the moment. Feel free to add the detection of
this case :-) For now I'll let the StackTraceException speak for itself 8-)
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev