Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 273 Bytes

Package name rules

  • com.mohistmc.[Project Name].*
    com.mohistmc.mohist.*
    com.mohistmc.banner.*  
    

Import rules

  • Import the complete class path and prohibit use *
    import com.mohistmc.mohist.* ×
    import com.mohistmc.mohist.Main √