@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProcessAction
Annotation for marking a method for processing
a specific action.
The GenericPortlet
tries to dispatch to methods annotated
with the tag @ProcessAction
for any received
processAction
call.
- Since:
- 2.0