refactor ProjectStage from anonymous classes to explicit classes
----------------------------------------------------------------
Key: EXTCDI-19
URL: https://issues.apache.org/jira/browse/EXTCDI-19
Project: MyFaces CODI
Issue Type: Bug
Reporter: Mark Struberg
The problem here is that ProjectStage.Development.getClass() cannot be used in
annotations because this is no static information.
Proposal: we switch over to explicitly declare those Classes via classic inner
classes which are, by convention, always prefixed with a 'C' character
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.