ru.tinkoff.kora.config.common.annotation.SystemProperties Maven / Gradle / Ivy
The newest version!
package ru.tinkoff.kora.config.common.annotation;
import ru.tinkoff.kora.common.Tag;
/**
* Русский: Специальный тег {@link Tag} который используется для внедрения конфигурации системных свойств.
*
* English: A special {@link Tag} that is used to enforce the configuration of system properties.
*/
@Tag(SystemProperties.class)
public @interface SystemProperties {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy