Annotation Type CS


This annotation is applied to a method to indicate what CompletionStatus to use for creating a CORBA exception. It is an error to apply this annotation to a method that does not return a subclass of SystemException.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The CORBA CompletionStatus to be used for this method.
  • Element Details

    • value

      CSValue value
      The CORBA CompletionStatus to be used for this method. Can only be used for a method that returns a subclass of SystemException.
      Returns:
      CSValue.NO by default
      Default:
      NO