Annotation Type Persistable


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Persistable
    Indicates that an annotated operation is to persist contents into repository.

    This annotation serves as preferable usages on JCR session. For example, an invoker component of the container could force the operation to use a specific JCR credentials and session which is allowed to persist contents into repository, throughout all the operation context.

    Version:
    $Id$