@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.
- 導入されたバージョン:
- 3.0-M3
- バージョン:
- $Revision$, $Date$
- 作成者:
- Josh Moore, josh.moore at gmx.de
- 関連項目:
- ticket:209