public class AnnotationFactory
extends java.lang.Object
implements generic.NoteFactoryInterface
| Constructor and Description |
|---|
AnnotationFactory() |
| Modifier and Type | Method and Description |
|---|---|
generic.Note |
createNote(java.lang.String text) |
generic.Note |
createNote(java.lang.String name,
java.lang.String text)
Creates a note with the given name and text.
|
public generic.Note createNote(java.lang.String text)
createNote in interface generic.NoteFactoryInterfacepublic generic.Note createNote(java.lang.String name,
java.lang.String text)
generic.NoteFactoryInterfacecreateNote in interface generic.NoteFactoryInterface