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 keykey - String getAnnotation(String key)
key - void setAnnotation(String key, String value)
key - value - Copyright © 2017 Red Hat, Inc. All Rights Reserved.