Java package名稱是兩個字要用什麼符號分開?
依照 JSL-6(Java Language Specification)的範例,如果是兩個字例如hello world
不用任何符號分隔,直接全小寫合併兩個字為helloworld
,例如com.abc.demo.helloworld
。
com.nighthacks.scrabble.dictionary
org.openjdk.compiler.source.tree
net.jcip.annotations
edu.cmu.cs.bovik.cheese
gov.whitehouse.socks.mousefinder
如果domain名稱原本就是特殊符號分隔的字,例如hello-world
,則特殊符號的部分改為底線(underscore),例如com.abc.demo.hello_world
沒有留言:
張貼留言