com.googlecode.ehcache.annotations
Annotation Type Property


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface Property

A bean property used to configure the generator. Either value() or ref() must be specified but not both.


Required Element Summary
 java.lang.String name
          Name of the bean property
 
Optional Element Summary
 java.lang.String ref
          Name of a bean in the Spring application context to inject a reference to.
 java.lang.String value
          Value of the bean property.
 

Element Detail

name

public abstract java.lang.String name
Name of the bean property

value

public abstract java.lang.String value
Value of the bean property.

Default:
""

ref

public abstract java.lang.String ref
Name of a bean in the Spring application context to inject a reference to.

Default:
""


Copyright © 2011. All Rights Reserved.