Annotation Interface CustomChannelDefinition


@Retention(RUNTIME) @Target(TYPE) public @interface CustomChannelDefinition

Runtime annotation used to specify custom channels

Since:
10.0.146
  • Element Details

    • customChannels

      CustomChannel[] customChannels
      Returns:
      An array of CustomChannels, that will be added by this CustomChannelDefinition.
      Since:
      10.0.146