Package org.adempiere.base.annotation
Annotation Type ImportEventTopic
-
@Retention(RUNTIME) @Target(TYPE) public @interface ImportEventTopic
Define parameter forImportEventDelegate
Works with classes withEventTopicDelegate
annotation- Author:
- hengsin
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
importTableName
Import table (I_*) name forImportEventDelegate
-
-
-
Element Detail
-
importTableName
String importTableName
Import table (I_*) name forImportEventDelegate
- Returns:
- import table name
-
-