Just wanna ask, how to update the mvn repository?? Thanks :-{
Jakob Keres wrote:
>
>
>>
>> @Property
>> private String message; <--- does anybody know the reason y i can
>> not
>> include the @Property ?
>> I can find @Inject and all other annoations.. but not this one..
>
> I had
>
> @Property
> private String message; <--- does anybody know the reason y i can
> not
> include the @Property ?
> I can find @Inject and all other annoations.. but not this one..
I had the same issue until I updated the mvn repository. Somehow old version or
something like that.
J