@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface PName
An annotation class for parameter names.
If and when Java 7 provides reflective access to parameter names,
use of this class should be revisited.
- Version:
- $Id$
- Author:
- Edwin Shin