<div dir="ltr">All,<div><br></div><div>I think I had an action item to get this clarified, not 100% sure, but let me give this a shot.</div><div><br></div><div>Tomas raised a PR for CDI-508 to clarify which classes are meant to be managed beans.  You can find that PR here: <a href="https://github.com/cdi-spec/cdi/pull/282/">https://github.com/cdi-spec/cdi/pull/282/</a></div><div><br></div><div>The line that doesn&#39;t sound right to me in the change is to go from:</div><div><br></div><div>It is not a non-static inner class.<br></div><div><br></div><div>to</div><div><br></div><div>It is not a non-static nested class.<br></div><div><br></div><div>I&#39;ll use the java programming language tutorial as a point of reference, you can read the page I&#39;ll refer to here: <a href="https://docs.oracle.com/javase/tutorial/java/javaOO/nested.html">https://docs.oracle.com/javase/tutorial/java/javaOO/nested.html</a></div><div><br></div><div>Basically, non-static nested classes are AKA inner classes.  The term &quot;non-static inner class&quot; shouldn&#39;t exist, and that means the original text doesn&#39;t make sense, and should probably be inferred as &quot;It is not an inner class&quot;</div><div><br></div><div>From reading this part of the spec, it becomes unreadable due to the double negative (probably why the aka exists).  My proposal was to change the line to instead read (in a positive way) &quot;It is a static nested class&quot; but I can also understand if we want to do this in an exclusion pattern rather than an inclusion pattern.</div><div><br></div><div>Thoughts?</div><div><br></div><div>John</div></div>