You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

SCA Annotation Support for Spring

Annotation Name

Can be Supported?

JIRA

Comments

@Service

(tick)

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

(tick)

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

(tick)

TBD

 

@Remotable

(tick)

TBD

 

@Constructor

(warning)

TBD

 

@Init

(tick)

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

(tick)

TBD

This annotation can be used to call a method when the bean instance is created.

@AllowPassByReference

(warning)

TBD

 

@Oneway

(warning)

TBD

 

@ComponentName

(tick)

TBD

 

@Conversation

(warning)

TBD

 

@Context

(tick)

TBD

 

@Conversational

(warning)

TBD

 

@EagerInit

(warning)

TBD

 

@EndConversation

(warning)

TBD

 

@Scope

(warning)

TBD

 

@Callback

(warning)

TBD

 

@ConversationID

(warning)

TBD

 

@ConversationAttributes

(warning)

TBD

 

  • No labels