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