public interface IPersistentAnnotation extends IAnnotation
IAnnotation that can be serialized.
Must have a IAnnotation.toString() and fromString(String)
methods to write and read themselves to and from a string.| Modifier and Type | Method and Description |
|---|---|
IPersistentAnnotation |
clone()
Clones this annotation.
|
void |
fromString(String storage)
Initializes this annotation from a storage string originally obtained
from
IAnnotation.toString(). |
toStringvoid fromString(String storage)
IAnnotation.toString().storage - The storage string to use for the initialization.IPersistentAnnotation clone()
IPersistentAnnotation object that is a copy of this one.Copyright © 2021. All rights reserved.