@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface AdmFactoryInfo
This class helps the X runtime locate a factory object for a message or entity type.
User that write custom message or entities that are not generated by ADM may also use this annotation to provide factory information on non ADM generated classes.
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
factoryClass
Gets the factory class for the type.
|
short |
ofid |
short |
typeId |
short |
vfid |
public abstract Class<?> factoryClass
public abstract short typeId
public abstract short vfid
public abstract short ofid
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.