> For the complete documentation index, see [llms.txt](https://alexander-rogalsky.gitbook.io/java-patterns/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexander-rogalsky.gitbook.io/java-patterns/patterns/snippet-template.md).

# 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

```java
public interface Snippet {
  // snippets declaration
}
```

```java
public class BaseSnippet implements Snippet {
  // snippets implementation
}
```
