|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ApplicationEntity
Specifies that the class is a subclass of the JADE Application class. Each JADE schema needs one such class, so each Java packge needs one class with this annotation.
| Optional Element Summary | |
|---|---|
java.lang.String |
name
The name of the JADE class. |
java.lang.String |
superclass
The name of the JADE superclass, which is either Application or a subclass of Application. |
public abstract java.lang.String name
public abstract java.lang.String superclass
|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||