@ThreadSafe public class CommentAnnotation extends Object implements Annotation
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentAnnotation.Factory |
| Constructor and Description |
|---|
CommentAnnotation(String content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object[] |
getArguments() |
String |
getContent() |
String |
getId() |
int |
hashCode() |
String |
toString() |
@Nonnull public String getId()
getId in interface Annotation@Nonnull public Object[] getArguments()
getArguments in interface AnnotationCopyright © 2024 echocat. All rights reserved.