|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface View
Class-level annotation indicating that the decorated class should be
treated semantically as if it implemented
org.apache.shale.view.ViewController
, even if it does not.
WARNING - it may turn out that this annotation is unnecessary, because an annotation processor can simply look for a class that has method(s) implementing the method level annotations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |