[cdi-dev] Dynamic stereotypes

Pete Muir pmuir at redhat.com
Wed May 2 07:05:50 EDT 2012


Hi all

The Java EE spec leads would like feedback on how often stereotypes are "dynamic" vs "static".

A static stereotype is one that is defined in Java code, compiled, and then deployed without modification from a container extension.

A dynamic stereotype is one that defined in Java code, compiled, and then modified by an extension.

Another way of putting it is:

* Are there any extensions which modify stereotypes?
* Is this something that is common or not?

This relates to David's metatype proposal.

Pete


More information about the cdi-dev mailing list