Skip to content

Latest commit

 

History

History

structurizr-annotation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

structurizr-annotation

Maven Central

This library defines some custom annotations that you can add to your code. These serve to either make it explicit how components should be extracted from your codebase (e.g. @Component), or they help supplement the software architecture model (e.g. @Property, @Tag).

  • This library has no dependencies.
  • All annotations have a runtime retention policy, so they will be present in the compiled bytecode.