public interface IAnnotatable
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation(String key)
Retrieves the annotated value for the given key
|
Map<String,String> |
getAnnotations()
Retrieves the annotations associated with the resource
|
boolean |
isAnnotatedWith(String key)
Returns
true if the resource is annotated with the given key |
void |
setAnnotation(String key,
String value)
Set the resource annotation
|
boolean isAnnotatedWith(String key)
true if the resource is annotated with the given keyCopyright © 2020 Red Hat, Inc. All Rights Reserved.