implement a getClaimedFields method in InternalClassTransformationImpl
----------------------------------------------------------------------

                 Key: TAPESTRY-2063
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2063
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-ioc
            Reporter: Sven Homburg
             Fix For: 5.0.8


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"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to