|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface AdmFactoryInfo
Annotates a class that has a corresponding factory with the factory details.
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.
Required Element Summary | |
---|---|
Class<?> |
factoryClass
Gets the factory class for the type. |
short |
ofid
|
short |
typeId
|
short |
vfid
|
Element Detail |
---|
public abstract Class<?> factoryClass
public abstract short typeId
public abstract short vfid
public abstract short ofid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |