|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ConnectionProperty
Annotation for a connection property.
See oracle.wcps.connection.annotation.ConnectionConfiguration for example use.
| Optional Element Summary | |
|---|---|
java.lang.String |
propertyNameThe name of the property to use for storage. |
boolean |
requiredSpecifies that the field/property is required. |
public abstract java.lang.String propertyName
public abstract boolean required
If the configuration property is not present, an IllegalArgumentException is thrown/logged and the connection will not be returned in the collection of connections.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||