@Documented @Target(value={TYPE,PACKAGE}) @Retention(value=CLASS) @MirroredAnnotation public @interface IsModel
xapi.IsModel.api.Model,
to get the full persistence layer support, or on any interface or abstract class
to have X_Model.create() produce a filled in, fully functional subclass| Modifier and Type | Required Element and Description |
|---|---|
String |
modelType |
| Modifier and Type | Optional Element and Description |
|---|---|
Key |
key |
Persistent |
persistence |
String[] |
propertyOrder |
Serializable |
serializable |
public abstract String modelType
public abstract Key key
public abstract Persistent persistence
public abstract Serializable serializable
public abstract String[] propertyOrder
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.