public class AnnotatedElement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment |
protected JsonElement |
elem |
| Constructor and Description |
|---|
AnnotatedElement(JsonElement elem,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
JsonElement |
getElement() |
protected java.lang.String comment
protected JsonElement elem
public AnnotatedElement(@Nonnull
JsonElement elem,
@Nullable
java.lang.String comment)
@Nullable public java.lang.String getComment()
@Nonnull public JsonElement getElement()