|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Property
Defines the mapping between the property of a node type and a java bean property of the annotated class.
| Required Element Summary | |
|---|---|
java.lang.String |
name
The jcr property name. |
| Optional Element Summary | |
|---|---|
java.lang.String[] |
defaultValue
Returns the default property value. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String[] defaultValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||