@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Repeatable(value=ConfigurationProperties.class) @Documented @Inherited public @interface ConfigurationProperty
public abstract String name
public abstract String value
public abstract String[] profiles
Copyright © 2013-2018–2019 SeedStack. All rights reserved.