@Target(METHOD)
@Retention(RUNTIME)
@Documented
public @interface Bean
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
destroyMethod |
|
java.lang.String |
factoryMethod |
|
java.lang.String |
id |
|
boolean |
important |
|
java.lang.String |
initMethod |
|
boolean |
lazyInit |
|
ScopeType |
scope |
ScopeType scope
Copyright © 2008–2018 The Aspectran Project. All rights reserved.