public class Annotation extends Object
| Constructor and Description |
|---|
Annotation() |
Annotation(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
static AnnotationBuilder |
newBuilder() |
static AnnotationBuilder |
newBuilderFromDefaults() |
public String getKey()
public String getValue()
public static AnnotationBuilder newBuilder()
public static AnnotationBuilder newBuilderFromDefaults()
Copyright © 2018–2023 Red Hat. All rights reserved.