|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface ExternalInstall
Define external install. Must define other bean to execute instal method on.
Required Element Summary | |
---|---|
String |
bean
Get the bean. |
String |
method
Get the method. |
Optional Element Summary | |
---|---|
String |
dependantState
Get the dependant state. |
Value[] |
parameters
Get parameters. |
String |
whenRequired
Get the when required state. |
Element Detail |
---|
public abstract String bean
public abstract String method
public abstract String dependantState
public abstract String whenRequired
public abstract Value[] parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |