Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 493 Bytes

java-design-patterns-annot

Annotations for design patterns implemented in Java https://github.com/iluwatar/java-design-patterns

The annotations can be used to mark source code elements to highlight which patterns present in the source code and which elements support the patterns.

    <dependency>
        <groupId>vlfsoft</groupId>
        <artifactId>vlfsoft.jdpatterns</artifactId>
        <version>1.0</version>
        <scope>provided</scope>
    </dependency>