摘要: //摘抄自:maven官网(http://maven.apache.org/developers/conventions/code.html)2014-03-0110:43:32Java Code StyleThe Maven style for Java is mainly:White space: One space after control statements and between arguments (i.e.if ( foo )instead ofif(foo)),myFunc( foo, bar, baz )instead ofmyFunc(foo,bar,baz)). No 阅读全文
posted @ 2014-03-01 10:45 —+— 阅读(557) 评论(0) 推荐(1) 编辑