Move JavaReflector and JavaSpecification back from default.progmodel and
core.progmodel and back into metamodel
---------------------------------------------------------------------------------------------------------------
Key: ISIS-67
URL: https://issues.apache.org/jira/browse/ISIS-67
Project: Isis
Issue Type: Improvement
Reporter: Dan Haywood
Priority: Minor
Previously we had JavaReflector and JavaSpecification all within metamodel.
These were moved out into core.progmodel and defaults.progmodel. This was a
mistake though.
- The FacetFactory implementations should live in core.progmodel
- the default set of FacetFactorys should be defined in defaults.progmodel.
- However, the JavaReflector represents a system component that defines a
mechanism for building the metamodel; this won't vary by programming model
- the JavaSpecification represents a system type (cf java.lang.Class); this
won't vary by programming model either.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.