Annotation Type Name
This annotation is used to describe variables in method
signatures so that when rendered into tools like JConsole
it is clear what the parameters are. For example:
public void doodle(@Name(value="doodle", description="A description of the argument") String doodle)
-
Required Element Summary
-
Optional Element Summary