org.hippoecm.hst.content.beans
Annotation Type Node


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface Node

Allows for the annotation of a Java class so mapping through simple java interface or delegatee class to a JCR node.

Version:
$Id: Node.java 17324 2009-04-17 10:20:50Z aschrijvers $

Required Element Summary
 String jcrType
           
 

Element Detail

jcrType

public abstract String jcrType


Copyright © 2008-2012 Hippo. All Rights Reserved.