|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Module
Marks a class as an annotated module and assigns an id to it. The class must be public, non final and must have a no arguments constructor.
| Required Element Summary | |
|---|---|
java.lang.String |
id
|
| Element Detail |
|---|
public abstract java.lang.String id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||