Modifier and Type | Method and Description |
---|---|
List<Annotation> |
SiddhiApp.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
SiddhiApp |
SiddhiApp.annotation(Annotation annotation) |
Constructor and Description |
---|
SiddhiApp(List<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Annotation |
Annotation.annotation(Annotation annotation) |
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 | Method and Description |
---|---|
List<Annotation> |
Annotation.getAnnotations() |
List<Annotation> |
Annotation.getAnnotations(String name) |
Modifier and Type | Method and Description |
---|---|
Annotation |
Annotation.annotation(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
Annotation.setAnnotations(List<Annotation> annotations) |
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() |
List<Annotation> |
AggregationDefinition.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
TableDefinition |
TableDefinition.annotation(Annotation annotation) |
StreamDefinition |
StreamDefinition.annotation(Annotation annotation) |
AggregationDefinition |
AggregationDefinition.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 © 2018 WSO2. All rights reserved.