@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface Constants.DefaultStringMapValue
Note that in the corresponding properties/etc file, new keys can be supplied with the name of the method (or its corresponding key) listing the set of keys for the map separated by commas (commas can be part of the keys by preceding them with a backslash). In either case, further entries have keys matching the key in this map.
public abstract String[] value
Copyright © 2018–2020. All rights reserved.