@Target(value={FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface UnauthorizedPlace
This annotation is used for binding the unauthorized place's name token in your Gin module, so that you can inject
in either your own ClientPlaceManager or the DefaultPlaceManager.