You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
The goal of the aspect is to implement the equivalent of the C++ const keyword
on the method parameters.
The user will annotate method parameters(the interfaces methods also) and the
user will have the possibility to check after the method execution if one of
the annotated parameters have been modified.
This is a feature; on which will be attached all the bugs linked to this
aspect.
The main problem is the annotation inheritance; the annotations are not
inherited (beside the class annotations).
Original issue reported on code.google.com by adyc...@gmail.com on 19 Jun 2010 at 10:11