| 
 | ||||||||||
| 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[] | dependenciesIndicates that the component should not be installed unless the dependent components are installed | 
|  Class[] | genericDependenciesIndicates that the component should not be installed unless the dependent components are installed | 
|  int | precedenceThe precedence of the component. | 
|  boolean | value | 
public abstract boolean value
public abstract String[] dependencies
public abstract Class[] genericDependencies
public abstract int precedence
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||