Dynamic stereotypes

2012-05-02 Thread Pete Muir
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,

Re: [cdi-dev] Dynamic stereotypes

2012-05-02 Thread Mark Struberg
I have not seen those dynamic stereotypes in free nature yet. Actually I'm not using Stereotypes that much at all. Mainly because their usage is limited by the Java Annotation boundaries. Imagine the following Stereotype for my Services (I spare out the standard stuff) @StereoType @Secured

Re: [cdi-dev] Dynamic stereotypes

2012-05-02 Thread Fabien Marsaud
It's weird to see the word dynamic next to the word stereotype. Same as Mark here. We defined one or two @Stereotype's ever since we started using CDI. We play much more with qualifiers and annotation litterals. I don't know if any extentions programatically manipulate them, but I'm sure it's

[jira] [Resolved] (DELTASPIKE-115) documentation for @ConfigProperty

2012-05-02 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-115. - Resolution: Fixed documentation for @ConfigProperty