fix:删除无用package-info.java

This commit is contained in:
waner 2026-02-28 15:08:15 +08:00
parent 7c16d5d576
commit 852d517512
22 changed files with 0 additions and 88 deletions

View File

@ -1,4 +0,0 @@
/**
* cips integration adapters.
*/
package com.cisd.tms.integration.cips;

View File

@ -1,4 +0,0 @@
/**
* Crypto card configuration and properties.
*/
package com.cisd.tms.integration.crypto.config;

View File

@ -1,4 +0,0 @@
/**
* Crypto integration entry points.
*/
package com.cisd.tms.integration.crypto;

View File

@ -1,4 +0,0 @@
/**
* JNA bindings and provider implementation for PCIe crypto card native library.
*/
package com.cisd.tms.integration.crypto.pcie.jna;

View File

@ -1,4 +0,0 @@
/**
* Unified PCIe crypto card wrapper for SDF/SDFE commands.
*/
package com.cisd.tms.integration.crypto.pcie;

View File

@ -1,4 +0,0 @@
/**
* file integration adapters.
*/
package com.cisd.tms.integration.file;

View File

@ -1,4 +0,0 @@
/**
* mq integration adapters.
*/
package com.cisd.tms.integration.mq;

View File

@ -1,4 +0,0 @@
/**
* External integrations (CIPS scripts, MQ, crypto devices, filesystem adapters).
*/
package com.cisd.tms.integration;

View File

@ -1,4 +0,0 @@
/**
* activation module.
*/
package com.cisd.tms.modules.activation;

View File

@ -1,4 +0,0 @@
/**
* audit module.
*/
package com.cisd.tms.modules.audit;

View File

@ -1,4 +0,0 @@
/**
* auth module.
*/
package com.cisd.tms.modules.auth;

View File

@ -1,4 +0,0 @@
/**
* backup module.
*/
package com.cisd.tms.modules.backup;

View File

@ -1,4 +0,0 @@
/**
* cert module.
*/
package com.cisd.tms.modules.cert;

View File

@ -1,4 +0,0 @@
/**
* device module.
*/
package com.cisd.tms.modules.device;

View File

@ -1,4 +0,0 @@
/**
* init module.
*/
package com.cisd.tms.modules.init;

View File

@ -1,4 +0,0 @@
/**
* key module.
*/
package com.cisd.tms.modules.key;

View File

@ -1,4 +0,0 @@
/**
* sign module.
*/
package com.cisd.tms.modules.sign;

View File

@ -1,4 +0,0 @@
/**
* system module.
*/
package com.cisd.tms.modules.system;

View File

@ -1,4 +0,0 @@
/**
* upgrade module.
*/
package com.cisd.tms.modules.upgrade;

View File

@ -1,4 +0,0 @@
/**
* Internal API security components.
*/
package com.cisd.tms.security.internal;

View File

@ -1,4 +0,0 @@
/**
* OpenAPI signature authentication components.
*/
package com.cisd.tms.security.openapi;

View File

@ -1,4 +0,0 @@
/**
* Cross-cutting security components.
*/
package com.cisd.tms.security;