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