Re: Question about property annoation

2008-05-15 Thread amebaliu
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

Re: Question about property annoation

2008-05-14 Thread jakob . keres
> > @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