|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface ConfigProperty
Designates a JavaBean property as a configuration property
| Optional Element Summary | |
|---|---|
boolean |
confidential
Indicates that the configuration property is confidential and recommends application server's configuration tools to use special visual aids for editing them. |
String |
defaultValue
Inferred by the container for field based annotations if possible |
String[] |
description
Description of the configuration property |
boolean |
ignore
Indicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties. |
boolean |
supportsDynamicUpdates
Indicates that the configuration property supports dynamic updates to its value during the lifetime of the JavaBean |
Class |
type
Inferred by the container if unspecified. |
public abstract Class type
public abstract String[] description
public abstract String defaultValue
public abstract boolean ignore
public abstract boolean supportsDynamicUpdates
public abstract boolean confidential
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||