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