org.apache.openjpa.lib.xml
public interface Commentable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
EMPTY_COMMENTS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getComments()
Return comments, or empty array if none.
|
void |
setComments(java.lang.String[] comments)
Set comments.
|