6.6.2 - Alpha2 - 尝试恢复 com.stardust 前缀包以便提升代码兼容性

This commit is contained in:
SuperMonster003
2025-01-15 00:12:07 +08:00
parent b44eae18d9
commit 1023e1733d
365 changed files with 34340 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ import java.util.List;
* <p>Structure is described to the parser by providing a class annotated with {@link Asn1Class},
* containing fields annotated with {@link Asn1Field}.
*/
@SuppressWarnings("deprecation")
public final class Asn1BerParser {
private Asn1BerParser() {}