public class AnnotationContext extends Object
| Constructor and Description |
|---|
AnnotationContext(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotator() |
String |
getComment() |
String |
getDate() |
String |
getType() |
void |
setAnnotator(String annotator) |
void |
setComment(String comment) |
void |
setDate(String date) |
void |
setType(String type) |
public AnnotationContext(Annotation annotation)
public String getDate()
public void setDate(String date)
date - the date to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getAnnotator()
public void setAnnotator(String annotator)
annotator - the annotator to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setCopyright © 2017 Linux Foundation. All Rights Reserved.