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

Compare with Current View Page History

« Previous Version 9 Next »

SCA Annotation Support for Spring

Annotation Name

Can be Supported?

JIRA

Comments

@Service

(tick)

TBD

 

@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

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