Annotation Types Summary |
Architecture |
The annotation marks a selected class as a SOFA2 primitive architecture. |
InterfaceType |
The annotation marks a selected interface as SOFA2 interface type. |
LoadsState |
Annotated method load stored state of the component. |
PreStop |
Annotated method is called before component shutdown. |
Provided |
Annotates method which returns interface implementation. |
Required |
Annotates field in which the reference to named interface is stored. |
SavesState |
Annotates a method that stores state of the component. |
Start |
Annotated method is called when the component starts. |
Stop |
Annotated method is called on component shutdown. |
Updatable |
Annotates component that can be dynamically updated
or can dynamically update another component. |