@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public @interface AzureMessageListeners
AzureMessageListener annotations.
Can be used natively, declaring several nested AzureMessageListener annotations.
Can also be used in conjunction with Java 8's support for repeatable annotations,
where AzureMessageListener can simply be declared several times on the same method,
implicitly generating this container annotation.
This annotation may be used as a meta-annotation to create custom composed annotations.
AzureMessageListener| Modifier and Type | Required Element and Description |
|---|---|
AzureMessageListener[] |
value |
public abstract AzureMessageListener[] value
Copyright © 2020 Microsoft. All rights reserved.