@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Env
The example below set variables FOO and BAR to values foo and bar respectively.
@Env({"FOO=foo", "BAR=bar"})
String[]
value
public abstract String[] value
Copyright © 2021. All rights reserved.