Package org.apache.openjpa.lib.xml
Interface Commentable
- 
- All Known Implementing Classes:
 ClassMapping,ClassMappingInfo,ClassMetaData,FieldMapping,FieldMappingInfo,FieldMetaData,MultiQueryMetaData,NonPersistentMetaData,QueryMetaData,QueryResultMapping,SequenceMapping,SequenceMetaData
public interface CommentableImplementations of this interface can be adorned with comments.- Since:
 - 0.3.3
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static String[]EMPTY_COMMENTS 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getComments()Return comments, or empty array if none.voidsetComments(String[] comments)Set comments. 
 -