Class ClassAttribute<T extends StoredObject>

java.lang.Object
com.storedobject.core.ClassAttribute<T>
Type Parameters:
T - Class type.

public final class ClassAttribute<T extends StoredObject> extends Object
Class attribute of a StoredObject class contains metadata information about the class that is not applicable to normal Java classes. Many of the metadata information is used for determining the behaviour of the object instances when displayed it on the screen, stored in the database etc.
Author:
Syam