public @interface Entity
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The name of the entity this class is part of.
|
Modifier and Type | Optional Element and Description |
---|---|
long |
customSerializationVersion
An explicitly declared custom serialization version
Note: value is ignored for now and needs to be explicitly declared from the direct super class.
|
java.lang.String |
extend
Deprecated.
for removal: Not yet supported. Better to just have a boolean 'customExtend' that keeps the explicitly declared extends as is.
|
java.lang.String |
implement
A comma separated list of interface names this class wants to implement.
|
public abstract java.lang.String name
public abstract long customSerializationVersion
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.