@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AllowGuestsOnWebServices
Marker annotation for methods which can be called by guests via web services. Service methods which are not annotated with this will throw a
CredentialsNotSuppliedException when attempting to invoke via web services as guest.