@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface IgnoredProperty
Tells the generator and externalizers to ignore a specific property of
a bean. This annotation may only be used on class fields.
Sample usage: @IgnoredProperty private String ignored;
- Author:
- Franck WOLFF