Package | Description |
---|---|
org.ballerinalang.connector.api | |
org.ballerinalang.connector.impl |
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnAttrValue.getAnnotation()
Deprecated.
This method return annotation attribute value.
|
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Service.getAnnotationList(String pkgPath,
String name)
This method will return the list of annotations for the given package path and annotation name.
|
List<Annotation> |
Struct.getAnnotationList(String pkgPath,
String name)
This method will return the list of annotations for the given package path and annotation name.
|
List<Annotation> |
Resource.getAnnotationList(String pkgPath,
String name)
This method will return annotation for the given package path and annotation name.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationImpl
BAnnotation This is the implementation for the Annotation API. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<Annotation>> |
AnnotatableNode.annotationMap |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
ServiceImpl.getAnnotationList(String pkgPath,
String name) |
List<Annotation> |
ResourceImpl.getAnnotationList(String pkgPath,
String name) |
List<Annotation> |
StructImpl.getAnnotationList(String pkgPath,
String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotatableNode.addAnnotation(String key,
Annotation annotation) |
Copyright © 2018 WSO2. All rights reserved.