Package-Dokumentation an aktuellen Stand angepasst
This commit is contained in:
@@ -3,6 +3,5 @@
|
||||
* <p>
|
||||
* This package contains implementations of outbound ports for external systems
|
||||
* (PDF processing, database access, HTTP clients, etc.).
|
||||
* AP-003: Currently empty as no outbound implementations have been created yet.
|
||||
*/
|
||||
package de.gecheckt.pdf.umbenenner.adapter.out;
|
||||
@@ -3,8 +3,6 @@
|
||||
* <p>
|
||||
* Implementations:
|
||||
* <ul>
|
||||
* <li>{@link de.gecheckt.pdf.umbenenner.application.usecase.NoOpRunBatchProcessingUseCase}
|
||||
* — Minimal no-op for technical validation without start protection</li>
|
||||
* <li>{@link de.gecheckt.pdf.umbenenner.application.usecase.DefaultBatchRunProcessingUseCase}
|
||||
* — Production implementation with run lock and controlled batch cycle</li>
|
||||
* </ul>
|
||||
|
||||
@@ -4,12 +4,6 @@
|
||||
* This package is infrastructure-agnostic and contains no dependencies on external systems,
|
||||
* databases, filesystems, HTTP clients, or any other technical infrastructure.
|
||||
* <p>
|
||||
* M2-AP-001 Implementation:
|
||||
* <ul>
|
||||
* <li>{@link de.gecheckt.pdf.umbenenner.domain.model} — Core domain model including
|
||||
* {@link de.gecheckt.pdf.umbenenner.domain.model.ProcessingStatus} enumeration</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* Subpackages:
|
||||
* <ul>
|
||||
* <li><strong>model:</strong> Domain entities and value objects (e.g., status enumerations)</li>
|
||||
|
||||
Reference in New Issue
Block a user