DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
FileMetaData: Simple Generic File_info Metadata Comment
This is a general-purpose default text snippet that
you can use to add metadata to any file. It is based
on YAML.
### begin_: file metadata
### <region-file_info>
### main:
### - name : ___filename___
### desc : |
### ___description___
### date : created="___date___"
### last : lastmod="___last___"
### lang : ___lang___
### tags : ___tags___
### </region-file_info>





