Annotation Type RequiresBaseUrl


@Inherited @Target(METHOD) @Retention(RUNTIME) public @interface RequiresBaseUrl
The annotated method will only be executed if the configuration includes a valid baseUrl, otherwise an `InvalidConfigurationException` will be thrown.