📒
java-patterns
  • Getting Started
  • Adr
    • Records
  • Contributing
  • User Guide
    • Upgrading
    • Troubleshooting
    • Getting Started
    • FAQ
    • Changelog
    • Code Owners
    • Code of Conduct
    • Dependency Management
  • Reporting
    • Info
    • Bug Template
    • Custom Template
    • Feature Request Template
    • Issue Template
    • Pull Request Template
  • Tags
    • Info
  • Patterns
    • Snippet Template
  • Links
    • Info
  • Review
    • Scenarios
    • Use Cases
    • Design Patterns
  • Videos
    • Podcasts
Powered by GitBook
On this page
  • Snippet Template
  • Snippet samples

Was this helpful?

  1. Patterns

Snippet Template

Name
Category
Description
Labels
Links

Snippet name

Snippet category

Snippet description

'utility','intermediate'

Snippet Template

Explain briefly what the snippet does.

  • Explain briefly how the snippet works.

  • Use bullet points for your snippet's explanation.

  • Try to explain everything briefly but clearly.

Snippet samples

public interface Snippet {
  // snippets declaration
}
public class BaseSnippet implements Snippet {
  // snippets implementation
}
PreviousPatternsNextLinks

Last updated 2 years ago

Was this helpful?