public class AnnotationsBase extends Object implements Annotations
| Constructor and Description |
|---|
AnnotationsBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(String s) |
void |
addNotes(List<String> annotations) |
List<String> |
getNotes() |
boolean |
hasNotes() |
boolean |
hasOneNote() |
public List<String> getNotes()
getNotes in interface Annotationspublic boolean hasNotes()
hasNotes in interface Annotationspublic boolean hasOneNote()
hasOneNote in interface Annotationspublic void addNote(String s)
addNote in interface Annotationspublic void addNotes(List<String> annotations)
addNotes in interface AnnotationsLicenced under the Apache License, Version 2.0