Description
In section 11.5.1. of JSR 299 it states:
addAnnotatedType() adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
However the addAdditionalAnnotatedType method of the BeanManagerImpl (https://svn.apache.org/repos/asf/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/BeanManagerImpl.java) simply adds the types to a private list and the values are never acted upon.