Skip to content
SP StackPractices

Tag: metadata

Browse 1 practical software engineering resources tagged with "metadata". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving metadata.

Marker Interface Pattern

Use empty interfaces as metadata tags to signal properties or capabilities at compile time and runtime, enabling type-safe checks without modifying class behavior.