@@ -57,16 +57,16 @@ frameworks like Spring, making it a versatile addition to any Java developer's t
5757
5858The framework is organized into several focused modules:
5959
60- | Module | Artifact ID | Purpose |
61- | ----------------------------------| ------------------------------------| ------------------------------------------------------------------------------------------------------|
62- | microsphere-java-annotations | ` microsphere-java-annotations ` | Common annotations (` @Nullable ` , ` @Nonnull ` , ` @Immutable ` , ` @Experimental ` , ` @Since ` , …) |
60+ | Module | Artifact ID | Purpose |
61+ | ----------------------------------| ------------------------------------| ------------------------------------------------------------------------------------------------------- |
62+ | microsphere-java-annotations | ` microsphere-java-annotations ` | Common annotations (` @Nullable ` , ` @Nonnull ` , ` @Immutable ` , ` @Experimental ` , ` @Since ` , …) |
6363| microsphere-java-core | ` microsphere-java-core ` | Core utilities: strings, collections, reflection, I/O, concurrency, events, type conversion, and more |
64- | microsphere-lang-model | ` microsphere-lang-model ` | Components and utilities for the Java Language Model API |
65- | microsphere-jdk-tools | ` microsphere-jdk-tools ` | Helpers for Java compiler and JDK tool APIs |
66- | microsphere-annotation-processor | ` microsphere-annotation-processor ` | Compile-time annotation processor for ` @ConfigurationProperty ` metadata generation |
67- | microsphere-java-test | ` microsphere-java-test ` | Models and utilities for JUnit 5-based testing |
68- | microsphere-java-dependencies | ` microsphere-java-dependencies ` | BOM (Bill of Materials) managing dependency versions across the project |
69- | microsphere-java-parent | ` microsphere-java-parent ` | Parent POM with shared build configuration |
64+ | microsphere-lang-model | ` microsphere-lang-model ` | Components and utilities for the Java Language Model API |
65+ | microsphere-jdk-tools | ` microsphere-jdk-tools ` | Helpers for Java compiler and JDK tool APIs |
66+ | microsphere-annotation-processor | ` microsphere-annotation-processor ` | Compile-time annotation processor for ` @ConfigurationProperty ` metadata generation |
67+ | microsphere-java-test | ` microsphere-java-test ` | Models and utilities for JUnit 5-based testing |
68+ | microsphere-java-dependencies | ` microsphere-java-dependencies ` | BOM (Bill of Materials) managing dependency versions across the project |
69+ | microsphere-java-parent | ` microsphere-java-parent ` | Parent POM with shared build configuration |
7070
7171## Prerequisites
7272
0 commit comments