@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Hidden
annotation which specifies that a method parameter (e.g. a password) must be
hidden from logging output.
- Since:
- 3.0-M3
- Author:
- Josh Moore, josh.moore at gmx.de
- See Also:
- ticket:209