自己写了一个Attribute
可以附加在class上,也可以附加在method上
怎么在Attribute内部直到到底是class还是method?以执行不同的东西~ 最好还能得到这个class或者method的名字
可以给Attribute加个参数表明是class还是method。
比如[MyAttribute(attrType="class")]或者[MyAttribute(attrType="method")]