public static interface RuntimeContext.Builder
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext.Builder |
addAnnotation(Annotation annotation)
Adds an annotation.
|
RuntimeContext |
build()
Builds an instance of runtime context.
|
RuntimeContext.Builder |
setDataFormat(String dataFormat)
Sets data format.
|
RuntimeContext.Builder setDataFormat(String dataFormat)
dataFormat - data formatRuntimeContext.Builder addAnnotation(Annotation annotation)
annotation - annotationRuntimeContext build()
Copyright © 2017. All rights reserved.