Package org.adempiere.base.annotation
Annotation Type Callout
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(Callouts.class) public @interface Callout
Annotation for Column Callout. This should only be used with 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
Required Elements Modifier and Type Required Element Description String[]
columnName
String[]
tableName
-