> On Mar 16, 2017, at 11:14 AM, Nikita Timofeev
> wrote:
>
> On Mon, Mar 13, 2017 at 3:05 PM, Aristedes Maniatis wrote:
>> On 13/3/17 9:53pm, Andrus Adamchik wrote:
>>>
On Mar 13, 2017, at 1:46 PM, Aristedes Maniatis wrote:
Just a wild thought, but would this syntax be
On Mon, Mar 13, 2017 at 3:05 PM, Aristedes Maniatis wrote:
> On 13/3/17 9:53pm, Andrus Adamchik wrote:
>>
>>> On Mar 13, 2017, at 1:46 PM, Aristedes Maniatis wrote:
>>>
>>>
>>> Just a wild thought, but would this syntax be helpful...
>>>
>>> List result = ObjectSelect.query(Artist.class)
>>>
Hi all,
One more thing I want to change in the existing DI API.
This time it's about creating ordered List binding.
There are some problems and ambiguities with new 4.0 DI API for adding
ordered dependencies:
1) you can call after() / before() without adding anything first,
that will cause NPE