@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface Constants.DefaultStringArrayValue
Note that in the corresponding properties/etc file, commas are used to separate elements of the array unless they are preceded with a backslash.
public abstract String[] value
Copyright © 2018–2020. All rights reserved.