[cdi-dev] ProcessAnnotatedType & Bean Discovery mode

Matej Novotny manovotn at redhat.com
Mon Jul 24 04:00:18 EDT 2017


Hi

It sounds like they they have it correct - with `annotated` mode you only fire PAT for classes with bean defining annotation.
With mode `all` it will obviously fire PAT and if we are talking <trim/> then you fire PAT for all and then only
continue processing those which have bean defining annotations.

Matej


----- Original Message -----
> From: "John Ament" <john.ament at spartasystems.com>
> To: "cdi-dev" <cdi-dev at lists.jboss.org>
> Sent: Sunday, July 23, 2017 2:32:03 PM
> Subject: [cdi-dev] ProcessAnnotatedType & Bean Discovery mode
> 
> 
> 
> Hi,
> 
> 
> 
> 
> An issue popped up in OWB wanted to get the EG's perspective on this.
> 
> 
> 
> 
> I have a given bean archive, with a class in it (no bean defining
> annotations). My interpretation of [1] and [2] is that this class is fired
> as a ProcessAnnotatedType, regardless of what is in beans.xml. In OWB, if I
> do bean-discovery-mode=annotated it does not get fired, but if it is all,
> even with a <trim/> a PAT gets fired. However it seems that it should get
> fired before anything is even considered about the class, and whether it has
> annotations.
> 
> 
> 
> 
> [1]: https://docs.jboss.org/cdi/spec/1.2/cdi-spec.html#process_annotated_type
> 
> [2]: https://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#process_annotated_type
> 
> 
> John
> 
> 
> 
> 
> 
> 
> NOTICE: This e-mail message and any attachments may contain confidential,
> proprietary, and/or privileged information which should be treated
> accordingly. If you are not the intended recipient, please notify the sender
> immediately by return e-mail, delete this message, and destroy all physical
> and electronic copies. Thank you.
> 
> _______________________________________________
> cdi-dev mailing list
> cdi-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/cdi-dev
> 
> Note that for all code provided on this list, the provider licenses the code
> under the Apache License, Version 2
> (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas
> provided on this list, the provider waives all patent and other intellectual
> property rights inherent in such information.


More information about the cdi-dev mailing list