Annotation Type CustomChannelDefinition


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

    Runtime annotation used to specify custom channels

    Since:
    10.0.146
    • Element Detail

      • customChannels

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