Package org.adempiere.base.annotation
Annotation Interface Callout
Annotation for Column Callout.
This should only be used for class that implements the IColumnCallout interface. You can repeat the annotation multiple time for different table and column name combination.
Note that you can't use * for both tableName and columnName attribute.
This should only be used for class that implements the IColumnCallout interface. You can repeat the annotation multiple time for different table and column name combination.
Note that you can't use * for both tableName and columnName attribute.
- Author:
- hengsin
-
Required Element Summary