org.onebusaway.presentation.impl.users
Annotation Type SetupAction


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

Marking an action class with this annotation will cause it be pass-through by the IsSetupInterceptor.

Author:
bdferris
See Also:
IsSetupInterceptor

Optional Element Summary
 boolean onlyAllowIfNotSetup
           
 

onlyAllowIfNotSetup

public abstract boolean onlyAllowIfNotSetup
Default:
false


Copyright © 2012 OneBusAway. All Rights Reserved.