@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface StiSerializable
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
deprecated |
boolean |
enhanced |
boolean |
isRef |
java.lang.Class<?> |
listClass |
boolean |
memoryStore |
boolean |
need |
java.lang.String |
propertyName |
java.lang.String |
shortName |
StiSerializeTypesEnum |
type |
public abstract StiSerializeTypesEnum type
public abstract boolean isRef
public abstract boolean need
public abstract boolean deprecated
public abstract java.lang.String shortName
public abstract java.lang.Class<?> listClass
public abstract boolean memoryStore
public abstract boolean enhanced
public abstract java.lang.String propertyName
Copyright © 2020 Stimulsoft. All Rights Reserved.