public interface AnnotationProcessor
Modifier and Type | Method and Description |
---|---|
void |
processAnnotation(org.ballerinalang.model.tree.EndpointNode endpointNode,
org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode)
Process annotations and create model object.
|
void |
processAnnotation(org.ballerinalang.model.tree.FunctionNode functionNode,
org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode)
Process annotations and create model object.
|
void |
processAnnotation(org.ballerinalang.model.tree.ServiceNode serviceNode,
org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode)
Process annotations and create model object.
|
void processAnnotation(org.ballerinalang.model.tree.ServiceNode serviceNode, org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode) throws KubernetesPluginException
serviceNode
- Ballerina Service nodeattachmentNode
- annotation attachment node.KubernetesPluginException
- if an error occurs while processing annotation.void processAnnotation(org.ballerinalang.model.tree.EndpointNode endpointNode, org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode) throws KubernetesPluginException
endpointNode
- Ballerina endpoint nodeattachmentNode
- annotation attachment node.KubernetesPluginException
- if an error occurs while processing annotation.void processAnnotation(org.ballerinalang.model.tree.FunctionNode functionNode, org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode) throws KubernetesPluginException
functionNode
- Ballerina function nodeattachmentNode
- annotation attachment node.KubernetesPluginException
- if an error occurs while processing annotation.Copyright © 2018 WSO2. All rights reserved.