Annotation Interface 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
Required Elements - 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
 - 
description
 
 -