[ https://issues.apache.org/jira/browse/JDO-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744083#action_12744083 ]
Matthew T. Adams commented on JDO-638: -------------------------------------- How should we handle the case where a class both implements an instance callback interface and uses an instance callback annotation? Seems to me that f the annotated method is the same method as the instance callback interface method, it is not an error (warning would be nice), otherwise it's an error. I also would consider a stricter policy that says it's one or the other, interfaces or annotations, not both. What do you think? > Add annotations for instance callbacks > -------------------------------------- > > Key: JDO-638 > URL: https://issues.apache.org/jira/browse/JDO-638 > Project: JDO > Issue Type: Improvement > Components: api2 > Reporter: Matthew T. Adams > Priority: Minor > Attachments: InstanceCallbackAnnotations-1.0.patch, > InstanceCallbackAnnotations-2.patch > > > The current JDO annotations in javax.jdo.annotations do not include > annotations equivalent to instance callbacks. We should add method > annotations for each method in javax.jdo.InstanceCallback. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.