|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
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[] |
value A list of properties on this object (bean or extended) that this method builds. |
Optional Element Summary | |
---|---|
java.lang.String[] |
depends A list of properties on this object (bean or extended) that need to be built before the properties this method will build. |
boolean |
derived Whether 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.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |