예제 #1
0
    public static object getDefaultValue(java.lang.reflect.Method thisMethod)
    {
        MethodWrapper mw = MethodWrapper.FromMethod(thisMethod);

        return(mw.DeclaringType.GetAnnotationDefault(mw));
    }