@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=com.github.jpmsilva.jsystemd.OnSystemdCondition.class) public @interface ConditionalOnSystemd
Conditional
that only matches when the process is running under systemd.SystemdUtilities.isUnderSystemd()
,
OnSystemdCondition
Copyright © 2017–2018. All rights reserved.