I found an interesting one I wanted the teams thoughts on. I am using
MyFaces with Wildfly and I see this warning message....
INFO [org.jboss.weld.Event] (MSC service thread 1-5) WELD-000411:
Observer method [BackedAnnotatedMethod]
org.apache.myfaces.config.annotation.CdiAnnotationProviderExtension.processAnnotatedType(@Observes
ProcessAnnotatedType<T>) receives events for all annotated types.
Consider restricting events using @WithAnnotations or a generic type
with bounds.
It basically is saying we are catching everything and not specific
annotations?