[forge-dev] If we can rename "Alias" to "Plugin" and remove plugin interface?

Lincoln Baxter, III lincolnbaxter at gmail.com
Mon May 9 19:09:16 EDT 2011


Sorry, this is a technical requirement of using CDI to provide plugins with
injection, and it also prevents a whole lot of redundant class scanning that
would really be a performance problem, but we did consider this approach
initially.

Lincoln Baxter's Droid
http://ocpsoft.com
http://scrumshark.com
Keep it simple.
On May 9, 2011 6:45 PM, "fluids liu" <flowas at gmail.com> wrote:
> For example,change
>
> @Alias("gen")
> @Singleton
> public class GenPlugin implements Plugin
>
> to
>
> @Plugin("gen")
> @Singleton
> public class GenPlugin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20110509/86a56d96/attachment.html 


More information about the forge-dev mailing list