org.objectweb.dsrg.sofa.annotations
Annotation Type InterfaceType


@Retention(value=CLASS)
@Target(value=TYPE)
public @interface InterfaceType

The annotation marks a selected interface as SOFA2 interface type.


Required Element Summary
 java.lang.String name
          Name of the new interface type.
 

Element Detail

name

public abstract java.lang.String name
Name of the new interface type.

Returns:
name of the new interface type.