|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface AbstractDBObjectBuilder.PropertyBuilder
Annotation to mark methods that build components (properties) of a given object within this builder. Build methods marked with this annotation must have one parameter that is the object being built, otherwise building will fail.
| Required Element Summary | |
|---|---|
java.lang.String[] |
valueA list of properties on this object (bean or extended) that this method builds. |
| Optional Element Summary | |
|---|---|
java.lang.String[] |
dependsA list of properties on this object (bean or extended) that need to be built before the properties this method will build. |
boolean |
derivedWhether the property or properties built by this method are derived from the list returned by depends(), or just depend on them. |
| Element Detail |
|---|
public abstract java.lang.String[] value
public abstract java.lang.String[] depends
public abstract boolean derived
depends(), or just depend on them.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||