|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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 |
|---|
public abstract java.lang.String name
public abstract java.lang.String value
public abstract java.lang.String ref
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||