@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IsHidden
The property is disabled (hidden) and will not be taken in account.
This annotation removes entirely the method from the valid methods.
Use IsHiddenUI to hide the method without disabling it.