org.apache.shale.tiger.view
Annotation Type Session


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Session

Class-level annotation indicating that the decorated class should be treated semantically as if it extended org.apache.shale.view.AbstractSessionBean, 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.

Since:
1.0.3



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.