[hide] api
api | Public interface (that is exposed outside of component) | |
spi | Public interface intended for functionality providers | |
impl | Primary component implementation | If there are more than one implementation intended for production use, do not use this suffix. Use something that describes the implementation. |
util | Utility functionality intended for ease of implementation | |
mock | Mock implementation for testing purposes | |
test | Unit tests for component |