FacetFactory to automatically ignore Comparable#compareTo(Object) method 
(similar to the one that ignores the methods of java.lang.Object.
------------------------------------------------------------------------------------------------------------------------------------------

                 Key: ISIS-138
                 URL: https://issues.apache.org/jira/browse/ISIS-138
             Project: Isis
          Issue Type: Improvement
          Components: Core: MetaModel
    Affects Versions: 0.1.2-incubating
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: 0.2.0-incubating


If a domain object  implements Comparable<T>, then the compiler also generates 
a compareTo(Object) method.  The intention of this facet factory is to 
automatically remove such methods.

NB: the implemented compareTo(DomainObject) must still be marked as @Hidden.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to