Annotation Interface RequireSiteState
Indicates that the annotated method requires the site state to match
the state specified in the annotation value.
Annotated method should take a String parameter annotated with
SiteId
annotation.
If the site is not ready, InvalidSiteStateException
will be thrown.-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe required site state
-