messif.operations
Annotation Type AbstractOperation.OperationName


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public static @interface AbstractOperation.OperationName

Annotation that specifies operation user-friendly name. It is used in auto-generated clients.


Required Element Summary
 java.lang.String value
          The name of the operation.
 

Element Detail

value

public abstract java.lang.String value
The name of the operation.

Returns:
the name of the operation