java反射机制--获得注释

importjava.lang.annotation.Retention; importjava.lang.annotation.RetentionPolicy; importjava.lang.reflect.Method; @Retention(RetentionPolicy.RUNTIME) @interfaceMySingle{ intvalue();//thisvariablenamem
相关文章
相关标签/搜索