my_aspect_impl(ctx)**PARAMETERS** | Name | Description | Default Value | | :-------------: | :-------------: | :-------------: | | ctx |
-
| none | ## my_aspectmy_aspect(name, first, second)This is my aspect. It does stuff. **ASPECT ATTRIBUTES** | Name | Type | | :-------------: | :-------------: | | deps| String | | attr_aspect| String | **ATTRIBUTES** | Name | Description | Type | Mandatory | Default | | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | | name | A unique name for this target. | Name | required | | | first | - | Label | required | | | second | - | Dictionary: String -> String | required | | ## other_aspect
other_aspect(name, third)This is another aspect. **ASPECT ATTRIBUTES** | Name | Type | | :-------------: | :-------------: | | *| String | **ATTRIBUTES** | Name | Description | Type | Mandatory | Default | | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | | name | A unique name for this target. | Name | required | | | third | - | Integer | required | |