net.sf.navel.beans
Annotation Type IgnoreToString


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface IgnoreToString

Allows the author of the bean interface to indicate fields whose values should be excluded from the generic toString() implementation. This is useful for instance where a bean may be holding sensitive information, such as passwords, that should be excluded from logging.

Author:
cmdln

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value