Package | Description |
---|---|
org.ballerinalang.composer.service.workspace.model |
Modifier and Type | Method and Description |
---|---|
Annotation |
Annotation.name(String name) |
Annotation |
Annotation.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Action.getAnnotations()
Get annotations
|
List<Annotation> |
Function.getAnnotations()
Get annotations
|
List<Annotation> |
Connector.getAnnotations()
Get annotations
|
Modifier and Type | Method and Description |
---|---|
Action |
Action.addAnnotationsItem(Annotation annotationsItem) |
Function |
Function.addAnnotationsItem(Annotation annotationsItem) |
Connector |
Connector.addAnnotationsItem(Annotation annotationsItem) |
Modifier and Type | Method and Description |
---|---|
Action |
Action.annotations(List<Annotation> annotations) |
Function |
Function.annotations(List<Annotation> annotations) |
Connector |
Connector.annotations(List<Annotation> annotations) |
void |
Action.setAnnotations(List<Annotation> annotations) |
void |
Function.setAnnotations(List<Annotation> annotations) |
void |
Connector.setAnnotations(List<Annotation> annotations) |
Copyright © 2017 WSO2. All rights reserved.