|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AutoBean
Annotation used to indicate a bean that is automatically instantiated (using the default constructor) and autowired. This annotation is used on abstract methods.
Optional Element Summary | |
---|---|
Autowire |
autowire
|
public abstract Autowire autowire
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |