|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Bean
Required Element Summary | |
---|---|
String |
id
id, activation, dependsOn comes from Tcomponent the id property for the bean should this be auto generated if none is specified? |
Optional Element Summary | |
---|---|
String |
activation
the activation property for the bean This can either be "eager" or "lazy". |
Arg[] |
args
arguments for the bean constructor or the factory method of the bean |
String[] |
dependsOn
the components that the bean depends on |
String |
description
the description property for the bean |
String |
factoryMethod
the factory method in the factoryRef referred factory component |
String |
factoryRef
the reference to the factory component on which to invoke the factory method for the bean. |
String |
scope
the scope property for the bean. |
Element Detail |
---|
public abstract String id
public abstract String activation
public abstract String[] dependsOn
public abstract String description
public abstract String scope
public abstract String factoryRef
public abstract String factoryMethod
public abstract Arg[] args
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |