@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ProgrammaticProperty
Method annotation that can be used with bean properties that are to be considered as
programmatic only (i.e. they should not be exposed by the GenericObjectEditor
in GUI config dialogs).
- Version:
- $Revision: 11650 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)