|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface SQLG
Annotation for upper level class marking that this class should be processed
by preprocessor. Such class should inherit from GBase
.
Optional Element Summary | |
---|---|
boolean |
inline
true to generate server-local wrapper (analog of EJB local beans). |
boolean |
nosql
true to suppress method invocation during preprocess. |
boolean |
remote
true to generate remote wrapper (accessible via RMI or HTTP) |
public abstract boolean inline
public abstract boolean remote
public abstract boolean nosql
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |