org.benow.web.action
Annotation Type Action.ActionAppliesTo


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface Action.ActionAppliesTo

An annotation which indicates which object type this action applies to. The full or simple class name for the implementation or interface for a class which is to be acted upon.

Author:
andy

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value