From: SourceForge.net <no...@so...> - 2008-07-22 19:24:19
|
Feature Requests item #2024980, was opened at 2008-07-22 21:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=2024980&group_id=89627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lars Khne (lkuehne) Assigned to: Nobody/Anonymous (nobody) Summary: Add support for Java5 annotations Initial Comment: Annotations are increasingly to express semantics, like in Spring's @Configured, @Transactional, in Tapestry's @Inject and @NonVisual, etc. If an annotation (or one of it's args) on a method or field changes, this should be reported by clirr. Not sure what to do with annotations on private fields. Probably report them, too, for example to catch changed JPA annotations on fields like a changed table name. Also not sure which level to use. Warning? And in which category, should it be in binary or should there be a new category, like "semantics"? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=2024980&group_id=89627 |