Annotation Type CS


  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface 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
      CSValue value
      The CORBA CompletionStatus to be used for this method.
    • Element Detail

      • 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:
        com.sun.corba.ee.spi.logex.corba.CSValue.NO