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
The explicit name of the class Postfix that this class wants to extend, identical in usage to the old EXTEND in NetRexx.
|
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.