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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Provided

Annotates method which returns interface implementation.


Required Element Summary
 java.lang.String name
           
 

Element Detail

name

public abstract java.lang.String name