|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Bean
Mark the MC bean.
Optional Element Summary | |
---|---|
org.jboss.beans.info.spi.BeanAccessMode |
accessMode
Get the access mode |
String[] |
aliases
Get the aliases. |
boolean |
autowireCandidate
Is this bean is a candidate for getting injected via contextual matching or callback resolution. |
AutowireType |
autowireType
Get the autowire type. |
ErrorHandlingMode |
errorHandlingMode
Get error handling mode Note that this is only gonna be used after Describe state. |
boolean |
isAbstract
Is abstract metadata. |
ControllerMode |
mode
Get the mode Note that this is only gonna be used after Describe state. |
String |
name
Get the name. |
String |
parent
Get the parent. |
public abstract String name
public abstract String[] aliases
public abstract String parent
public abstract boolean isAbstract
public abstract AutowireType autowireType
public abstract ControllerMode mode
public abstract ErrorHandlingMode errorHandlingMode
public abstract org.jboss.beans.info.spi.BeanAccessMode accessMode
public abstract boolean autowireCandidate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |