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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Activate

Method-level annotation indicating that the decorated method should have the semantics of org.apache.shale.view.AbstractSessionBean.activate(), 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 Session annotation.

Since:
1.0.3



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