Package com.sun.corba.ee.spi.logex.corba
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
-
Element Details
-
value
CSValue valueThe 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
-