org.jboss.seam.jcr.annotations
Annotation Type JcrConfiguration


@Documented
@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
public @interface JcrConfiguration

Describes a name/value pair for JcrConfiguration settings.

Author:
johnament

Optional Element Summary
 String name
           
 String value
           
 

name

public abstract String name
Default:
""

value

public abstract String value
Default:
""


Copyright © 2011 Seam Framework. All Rights Reserved.