Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 338 Bytes

common-formatting.md

File metadata and controls

13 lines (10 loc) · 338 Bytes

Common Formatting

Components

  • Class
  • Attribute: name [*``````*]
  • Annotation: @SpringBootApplication [__**__]
  • Path: /src/java/cpulover/App.java [``````]
  • Code: System.out.println("Hello!"); [``````]

Others

  • ℹ️ Note, info
  • 📌 Recommend, tip, best practice