Annotation Name |
Can be Supported? |
JIRA |
Comments |
|---|---|---|---|
@Service |
|
TBD |
The @Service annotation can be used with Spring bean implementation class to specify the SCA service offered by the implementation. The service specified via annotations will be used while the implicit services are detected for a spring bean. |
@Reference |
|
TBD |
Limitation: The @Reference annotation type can be used to annotate a Java class setter method only. Annotation on a field will not be supported. |
@Property |
|
TBD |
|
@Remotable |
|
TBD |
|
@Constructor |
|
TBD |
|
@Init |
|
TBD |
The @Init annotation can be used to annotate a spring bean method. This annotation can be used to call a method when the bean instance is created. |
@Destroy |
|
TBD |
This annotation can be used to call a method when the bean instance is created. |
@AllowPassByReference |
|
TBD |
|
@Oneway |
|
TBD |
|
@ComponentName |
|
TBD |
|
@Conversation |
|
TBD |
|
@Context |
|
TBD |
|
@Conversational |
|
TBD |
|
@EagerInit |
|
TBD |
|
@EndConversation |
|
TBD |
|
@Scope |
|
TBD |
|
@Callback |
|
TBD |
|
@ConversationID |
|
TBD |
|
@ConversationAttributes |
|
TBD |
|