public class AnnotatedValue<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotatedValue() |
|
AnnotatedValue(T value,
Map<String,Object> features) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getFeatures() |
T |
getValue() |
void |
setFeatures(Map<String,Object> features) |
void |
setValue(T value) |
Copyright © 2016–2019 Softelnet. All rights reserved.