public annotation interface  org.apache.dubbo.config.'annotation'.Argument extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract int index();
public abstract java.lang.String type();
public abstract boolean callback();
}