|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface Application
Declares an application.
| Optional Element Summary | |
|---|---|
Class<?> |
defaultController
Returns an optional default controller class. |
String |
name
Returns an optional application name. |
public abstract String name
public abstract Class<?> defaultController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||