|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Prerender
Method-level annotation indicating that the decorated method should
have the semantics of
org.apache.shale.view.ViewController.prerender()
,
even if it is named differently.
ASSERTION - the annotated method is public, has
a return type of void
, and takes no parameters.
ASSERTION - the annotated method is part of a class
that is annotated with the View
annotation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |