Annotation Type CustomChannelDefinition
-
@Retention(RUNTIME) @Target(TYPE) public @interface CustomChannelDefinition
Runtime annotation used to specify custom channels
- Since:
- 10.0.146
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description CustomChannel[]
customChannels
-
-
-
Element Detail
-
customChannels
CustomChannel[] customChannels
- Returns:
- An array of CustomChannels, that will be added by this
CustomChannelDefinition
. - Since:
- 10.0.146
-
-