| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
ExecutionPlan.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPlan |
ExecutionPlan.annotation(Annotation annotation) |
| Constructor and Description |
|---|
ExecutionPlan(List<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
Annotation.annotation(String name) |
Annotation |
Annotation.element(Element element) |
Annotation |
Annotation.element(String value) |
Annotation |
Annotation.element(String key,
String value) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Annotation> |
AbstractDefinition.annotations |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
AbstractDefinition.annotation(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
AbstractDefinition.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
StreamDefinition |
StreamDefinition.annotation(Annotation annotation) |
TableDefinition |
TableDefinition.annotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
ExecutionElement.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
Partition.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Partition |
Partition.annotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
Query.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.annotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
AnnotationHelper.getAnnotation(String annotationName,
List<Annotation> annotationList) |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
AnnotationHelper.getAnnotation(String annotationName,
List<Annotation> annotationList) |
static Element |
AnnotationHelper.getAnnotationElement(String annotationName,
String elementName,
List<Annotation> annotationList) |
Copyright © 2022 WSO2. All Rights Reserved.