org.jcrom.annotations
Annotation Type JcrCreated


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface JcrCreated

This annotation is used to mark a field that should store a JCR creation date read from a node. If the node does not have a creation date, then the field will be left empty. The jcr:created property is inherited from the nt:hierarchyNode, so unless your node type extends that type there is little use of using this annotation.

Author:
Olafur Gauti Gudmundsson



Copyright © 2009. All Rights Reserved.