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