Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
if i implement my own annotation (incl. worker) so i can react with a maeningfull exception to inform the developer that there is a claimed field.
sample:
@SetterGetter
@Retain
private boolen _checked;
should throw an exception like "Sorry, field 'checked' is claimed"