+1 @Named.
0 for switching to @Qualifier, IMO we should sniff the wind and find out if 
people are generally
choosing @Named or @Qualifier.
Superior technology doesn't help much if the rest of the world abandons it.

Caleb

On 03/30/2011 08:28 AM, Vincent Massol wrote:
> Hi devs,
> 
> I'd like to propose to deprecate the "value" and "hints" fields of @Component 
> and instead use the @Named annotation (and @Qualifier annotations later on).
> 
> The rationale is to align with JSR330's @Named annotation at injection points 
> and also to start going in the direction of CDI (JSR299) since CDI uses 
> @Named for beans too.
> 
> Example before:
> 
> @Component("hint")
> public class MyComponent...
> 
> After:
> 
> @Component
> @Named("hint")
> public class MyComponent
> 
> Here's my +1
> 
> Thanks
> -Vincent
> 
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
> 

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to