-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
ProcessModule has a getAlternatives() method which returns a Set<Class> of all enabled alternatives. This Set is mutable and can get changed via extensions. But which 'priority' should such an added Alternative have? (see CDI-18). And should this only account for the one beans.xml or all?
Also what is about 'globally' enabled alternatives? Should they get returned in all modules or just in the module they are enabled in?