public class ParamAnnotationAttributeInfo extends Object implements AttributeInfo
ParamAnnotationAttributeInfo
contains metadata of Ballerina annotations attached to
function/resource/action/connector nodes.AttributeInfo.Kind
Constructor and Description |
---|
ParamAnnotationAttributeInfo(int attributeNameIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addParamAttachmentInfo(ParamAnnAttachmentInfo attachmentInfo)
Deprecated.
|
ParamAnnAttachmentInfo[] |
getAttachmentInfoArray()
Deprecated.
|
int |
getAttributeNameIndex() |
AttributeInfo.Kind |
getKind() |
public ParamAnnotationAttributeInfo(int attributeNameIndex)
@Deprecated public void addParamAttachmentInfo(ParamAnnAttachmentInfo attachmentInfo)
@Deprecated public ParamAnnAttachmentInfo[] getAttachmentInfoArray()
public AttributeInfo.Kind getKind()
getKind
in interface AttributeInfo
public int getAttributeNameIndex()
getAttributeNameIndex
in interface AttributeInfo
Copyright © 2018 WSO2. All rights reserved.