|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface ValueFactoryThe value factory.
| Required Element Summary | |
|---|---|
String |
bean
Get the bean. |
String |
method
Get the method. |
| Optional Element Summary | |
|---|---|
String |
defaultValue
Get default value. |
String |
dependantState
Get dependant state. |
String |
parameter
Get single parameter. |
Parameter[] |
parameters
Get parameters. |
String |
whenRequiredState
Get when required state. |
| Element Detail |
|---|
public abstract String bean
public abstract String method
public abstract String parameter
public abstract Parameter[] parameters
public abstract String defaultValue
public abstract String dependantState
public abstract String whenRequiredState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||