public interface AnnotationDescriptor extends Serializable, DDSObject
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllValue() |
DynamicType |
getType() |
String |
getValue(String key) |
boolean |
isConsistent() |
AnnotationDescriptor |
withType(DynamicType type)
Copy this descriptor and apply the given type.
|
AnnotationDescriptor |
withValue(String key,
String value)
Copy this descriptor and apply the given value.
|
getEnvironmentboolean isConsistent()
DynamicType getType()
AnnotationDescriptor withValue(String key, String value)
AnnotationDescriptor withType(DynamicType type)
Copyright © 2014. All rights reserved.