I've done tests with the Gemini Blueprint which seem to accept it
while the Aries Blueprint reject those.
The spec does not seem to be very prescriptive about that.
Thoughts?
FWIW, the use case is as follows:
public class Foo {
private Bar bar;
public Foo setBar(Bar bar) {
this.bar = bar;
return this;
}
}
The goal is to have a fluent api in Java:
new Foo().setBar(bar).xxxx
--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev