org.jcrom.annotations
Annotation Type JcrCheckedout


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

This annotation is used to mark a field that should store whether a JCR node is checked out.
Note: this will only be relevant for nodes that use the mix:versionable mixin type.

Author:
Olafur Gauti Gudmundsson



Copyright © 2009. All Rights Reserved.