|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Install
Specifies whether or not a component should be installed if it is scanned
Optional Element Summary | |
---|---|
String[] |
dependencies
indicates that the component should not be installed unless the dependent components are installed |
Class[] |
genericDependencies
|
boolean |
value
|
public abstract boolean value
public abstract String[] dependencies
public abstract Class[] genericDependencies
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |