2015年10月16日

Java注解

摘要: 1、注解定义注解就是源代码的元数据。比如,@Overridepublic String toString() { return "This is String Representation of current object.";}上面的代码中,我重写了toString()方法并使用了@Ove... 阅读全文

posted @ 2015-10-16 22:34 时间朋友 阅读(1658) 评论(0) 推荐(0)

导航