Package javax.resource.spi
Annotation Type ConfigProperty
-
@Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ConfigPropertyDesignates a JavaBean property as a configuration property- Since:
- 1.6
- Version:
- Java EE Connector Architecture 1.6
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanconfidentialIndicates that the configuration property is confidential and recommends application server's configuration tools to use special visual aids for editing them.java.lang.StringdefaultValueInferred by the container for field based annotations if possiblejava.lang.String[]descriptionDescription of the configuration propertybooleanignoreIndicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties.booleansupportsDynamicUpdatesIndicates that the configuration property supports dynamic updates to its value during the lifetime of the JavaBeanjava.lang.ClasstypeInferred by the container if unspecified.
-