Hi all.
I'm trying to create an annotation for auditing methods in my
application, in order to log to a file who is doing what.
The use of the annotation should be like this ...
@Audit(user=user, what=method)
private void storingAccount(.....)
where user and method should be parameters ...
But i can't find any info on how to make an annotation .. any idea ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]