@Qualifier @Retention(value=RUNTIME) @Target(value={FIELD,METHOD,PARAMETER}) public @interface Property
CDIProperties will provide values;| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
defaultValue
You can set one or more default values as Strings which will be converted to the correct type when that type is supported.
|
String[] |
keys
one or more keys to lookup a setting, the first setting found will be used.
|
boolean |
required
NOTE when a default value is set this setting has no effect
|
public abstract String[] keys
public abstract boolean required
public abstract String[] defaultValue
Copyright © 2018–2019 Fryske Akademy. All rights reserved.